[FFmpeg-devel] [PATCH 2/2] avcodec/mlpdec: make end of stream message into debug level
Paul B Mahol
onemda at gmail.com
Sat Aug 28 03:02:26 EEST 2021
Not really important to user.
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
libavcodec/mlpdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c
index f0012cbb05..d8b347ce1e 100644
--- a/libavcodec/mlpdec.c
+++ b/libavcodec/mlpdec.c
@@ -1288,7 +1288,7 @@ static int read_access_unit(AVCodecContext *avctx, void* data,
return AVERROR_INVALIDDATA;
if (substr == m->max_decoded_substream) {
- av_log(m->avctx, AV_LOG_INFO, "End of stream indicated.\n");
+ av_log(m->avctx, AV_LOG_DEBUG, "End of stream indicated.\n");
end_of_stream = 1;
}
}
--
2.17.1
More information about the ffmpeg-devel
mailing list