Ignore errors from avcodec_receive_frame when flushing video (#2035).
authorCarl Hetherington <cth@carlh.net>
Thu, 3 Jun 2021 18:40:16 +0000 (20:40 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 3 Jun 2021 18:40:16 +0000 (20:40 +0200)
commitab3be5fa1893bf1756627e1646b065c41e69336a
treee9a768d04b974dfa1889d2a2a270f0283fea239c
parent56062a84cca360881bfa3bd2b2254d451223d775
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.
src/lib/ffmpeg_decoder.cc
test/ffmpeg_decoder_error_test.cc [new file with mode: 0644]
test/wscript