This commit is contained in:
henryruhs
2026-06-06 13:41:28 +02:00
parent f3bc5ffb4b
commit 46d1575c9b
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ def test_encode_and_decode_video_frame(video_codec : VideoCodec) -> None:
assert create_hash(decode_buffer) == 'ff3ecb43'
if video_codec == 'vp9':
assert create_hash(decode_buffer) == 'ff3ecb43'
assert create_hash(decode_buffer) == 'a994fa02'
assert decode_video_frame(video_codec, video_decoder, bytes()) is None