Skip to content

Commit

Permalink
Merge pull request #40 from gcheng/cibugfix
Browse files Browse the repository at this point in the history
bug fix in CI machine.
  • Loading branch information
Albert Cheng committed May 20, 2013
2 parents f4ae1b8 + 36489bd commit aa4c680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public Task.CreateBatchOperation createTaskOptions(String taskName, int inputAss
String configuration = null;
switch (encoderType) {
case WindowsAzureMediaEncoder:
processor = getMediaProcessorIdByName(MEDIA_PROCESSOR_WINDOWS_AZURE_MEDIA_ENCODER, "2.2.0.0");
processor = getMediaProcessorIdByName(MEDIA_PROCESSOR_WINDOWS_AZURE_MEDIA_ENCODER, "2.3");
// Full list of configurations strings for version 2.1 is at:
// http://msdn.microsoft.com/en-us/library/jj129582.aspx
configuration = "VC1 Broadband SD 4x3";
Expand Down

0 comments on commit aa4c680

Please sign in to comment.