Skip to content

Commit 8be5c77

Browse files
author
Clement Champetier
committed
pyTest: fixed testEProcessMethodShortest
* Develop branch was broken since PR #268. * The test was badly writen, because we would like to test the duration of streams with one video and one audio (we had 2 video with 24/25fps before this commit).
1 parent 7e1bf7d commit 8be5c77

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)