Skip to content

Commit 347d6ec

Browse files
author
Clement Champetier
committed
pyTest: clean testCheckRawVideoProperties
No need to analyse first GOP.
1 parent 567a5a8 commit 347d6ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/pyTest/testProperties.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ def testCheckRawVideoProperties():
109109
A raw stream does not contain header (so the duration, number of frames... needs to be computed).
110110
"""
111111
inputFileName = os.environ['AVTRANSCODER_TEST_VIDEO_RAW_FILE']
112-
progress = av.NoDisplayProgress()
113112
inputFile = av.InputFile(inputFileName)
114-
inputFile.analyse(progress, av.eAnalyseLevelFirstGop)
115113
properties = inputFile.getProperties()
116114

117115
assert_true(properties.isRawFormat())

0 commit comments

Comments
 (0)