Skip to content

Commit faff281

Browse files
authored
Merge pull request #270 from cchampet/fix_pyTestInDevelop
develop: fixed pyTest
2 parents 7e1bf7d + 8be5c77 commit faff281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pyTest/testEProcessMethod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def testEProcessMethodShortest():
2828
transcoder.setProcessMethod( av.eProcessMethodShortest )
2929

3030
transcoder.add( inputFileName_longest, 0 )
31-
transcoder.add( inputFileName_shortest, 0 )
31+
transcoder.add( inputFileName_shortest, 1 )
3232

3333
progress = av.ConsoleProgress()
3434
transcoder.process( progress )

0 commit comments

Comments
 (0)