diff options
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 294db777d..d2540d17a 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -231,6 +231,8 @@ FFmpegDecoder::pass () av_packet_free (&packet); return flush() == FlushResult::DONE; + } else if (r == AVERROR_INVALIDDATA) { + LOG_DEBUG_PLAYER("DEC: av_read_frame gave INVALIDDATA but we carry on"); } int const si = packet->stream_index; |
