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 567a5a8 commit 347d6ecCopy full SHA for 347d6ec
test/pyTest/testProperties.py
@@ -109,9 +109,7 @@ def testCheckRawVideoProperties():
109
A raw stream does not contain header (so the duration, number of frames... needs to be computed).
110
"""
111
inputFileName = os.environ['AVTRANSCODER_TEST_VIDEO_RAW_FILE']
112
- progress = av.NoDisplayProgress()
113
inputFile = av.InputFile(inputFileName)
114
- inputFile.analyse(progress, av.eAnalyseLevelFirstGop)
115
properties = inputFile.getProperties()
116
117
assert_true(properties.isRawFormat())
0 commit comments