diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-15 00:43:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-15 00:47:36 +0100 |
| commit | 5e09964bf1801b76970ed960122249e1d273abea (patch) | |
| tree | e77ab856bd4f72f512fcbac56a3c625dc2d395d8 /src/lib/ffmpeg_decoder.cc | |
| parent | 6ac0c8037f45306798993e743b70afdc62ff4a6b (diff) | |
Clarify one log message and add another.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 27b7aa7b7..8b07658ca 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -190,6 +190,7 @@ FFmpegDecoder::pass () Hence it makes sense to continue here in that case. */ if (r < 0 && r != AVERROR_INVALIDDATA) { + LOG_DEBUG_PLAYER("FFpmegDecoder::pass flushes because av_read_frame returned %1", r); if (r != AVERROR_EOF) { /* Maybe we should fail here, but for now we'll just finish off instead */ char buf[256]; |
