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 7e1bf7d + 8be5c77 commit faff281Copy full SHA for faff281
test/pyTest/testEProcessMethod.py
@@ -28,7 +28,7 @@ def testEProcessMethodShortest():
28
transcoder.setProcessMethod( av.eProcessMethodShortest )
29
30
transcoder.add( inputFileName_longest, 0 )
31
- transcoder.add( inputFileName_shortest, 0 )
+ transcoder.add( inputFileName_shortest, 1 )
32
33
progress = av.ConsoleProgress()
34
transcoder.process( progress )
0 commit comments