diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-03 20:40:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-03 20:40:16 +0200 |
| commit | ab3be5fa1893bf1756627e1646b065c41e69336a (patch) | |
| tree | e9a768d04b974dfa1889d2a2a270f0283fea239c /test/wscript | |
| parent | 56062a84cca360881bfa3bd2b2254d451223d775 (diff) | |
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.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
