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.
1 parent bd01298 commit 3dba20fCopy full SHA for 3dba20f
test/pyTest/testTranscoderAdd.py
@@ -31,8 +31,7 @@ def testAddStreamTranscoder():
31
transcoder.addStream( streamTranscoder)
32
33
# process
34
- progress = av.NoDisplayProgress()
35
- transcoder.process( progress )
+ transcoder.process()
36
37
38
@raises(IOError)
@@ -51,5 +50,4 @@ def testAddAllStreamsOfFileWhichDoesNotExist():
51
50
transcoder.addStream( av.InputStreamDesc(inputFileName, 0) )
52
53
54
- progress = av.ConsoleProgress()
55
0 commit comments