From ef526ea3d6d6196f0e38ac9770504877388fc47a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 12 Mar 2026 01:02:18 +0100 Subject: Add a debug note. --- src/lib/ffmpeg_decoder.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/ffmpeg_decoder.cc') 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; -- cgit v1.2.3