Skip to content

Commit c8bc988

Browse files
author
Clement Champetier
committed
Merge branch 'develop' of https://github.com/avTranscoder/avTranscoder into dev_transcoderRewrapToMultiChannels
Conflicts: test/pyTest/testEProcessMethod.py
2 parents eb1e9af + faff281 commit c8bc988

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.addStream( av.InputStreamDesc(inputFileName_longest, 0) )
31-
transcoder.addStream( av.InputStreamDesc(inputFileName_shortest, 0) )
31+
transcoder.addStream( av.InputStreamDesc(inputFileName_shortest, 1) )
3232

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

0 commit comments

Comments
 (0)