We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb1e9af + faff281 commit c8bc988Copy full SHA for c8bc988
test/pyTest/testEProcessMethod.py
@@ -28,7 +28,7 @@ def testEProcessMethodShortest():
28
transcoder.setProcessMethod( av.eProcessMethodShortest )
29
30
transcoder.addStream( av.InputStreamDesc(inputFileName_longest, 0) )
31
- transcoder.addStream( av.InputStreamDesc(inputFileName_shortest, 0) )
+ transcoder.addStream( av.InputStreamDesc(inputFileName_shortest, 1) )
32
33
progress = av.ConsoleProgress()
34
transcoder.process( progress )
0 commit comments