[FFmpeg-cvslog] avcodec/mediacodecdec_common: improve trace logging for end-of-stream
Aman Gupta
git at videolan.org
Mon Sep 9 23:26:18 EEST 2019
ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Thu Sep 5 11:11:15 2019 -0700| [f821d1953151ea7b7f1e1eb96ac72529477b021a] | committer: Aman Gupta
avcodec/mediacodecdec_common: improve trace logging for end-of-stream
Signed-off-by: Aman Gupta <aman at tmm1.net>
Signed-off-by: Matthieu Bouron <matthieu.bouron at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f821d1953151ea7b7f1e1eb96ac72529477b021a
---
libavcodec/mediacodecdec_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mediacodecdec_common.c b/libavcodec/mediacodecdec_common.c
index 26870c956d..9005adc1f3 100644
--- a/libavcodec/mediacodecdec_common.c
+++ b/libavcodec/mediacodecdec_common.c
@@ -632,7 +632,7 @@ int ff_mediacodec_dec_send(AVCodecContext *avctx, MediaCodecDecContext *s,
}
av_log(avctx, AV_LOG_TRACE,
- "Queued input buffer %zd size=%zd ts=%"PRIi64"\n", index, size, pts);
+ "Queued empty EOS input buffer %zd with flags=%d\n", index, flags);
s->draining = 1;
return 0;
More information about the ffmpeg-cvslog
mailing list