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 59af4b7 commit 009c85bCopy full SHA for 009c85b
test/decoders/test_video_decoder_ops.py
@@ -423,9 +423,7 @@ def test_get_ffmpeg_version(self):
423
# The earliest libavutil version is 50 as per:
424
# https://www.ffmpeg.org/olddownload.html
425
assert ffmpeg_dict["libavutil"][0] > 50
426
- ffmpeg_version = ffmpeg_dict["ffmpeg_version"]
427
- split_ffmpeg_version = [int(num) for num in ffmpeg_version.split(".")]
428
- assert len(split_ffmpeg_version) == 3
+ assert "ffmpeg_version" in ffmpeg_dict
429
430
def test_frame_pts_equality(self):
431
decoder = create_from_file(str(NASA_VIDEO.path))
0 commit comments