From ab3be5fa1893bf1756627e1646b065c41e69336a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 3 Jun 2021 20:40:16 +0200 Subject: Ignore errors from avcodec_receive_frame when flushing video (#2035). The test fails if we don't do this; it doesn't really seem 100% convincing but we are already doing this for audio. --- test/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 6ef9ac752..5774ffebf 100644 --- a/test/wscript +++ b/test/wscript @@ -73,6 +73,7 @@ def build(bld): ffmpeg_audio_only_test.cc ffmpeg_audio_test.cc ffmpeg_dcp_test.cc + ffmpeg_decoder_error_test.cc ffmpeg_decoder_seek_test.cc ffmpeg_decoder_sequential_test.cc ffmpeg_encoder_test.cc -- cgit v1.2.3