]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/mediacodecdec_common: improve trace logging for end-of-stream
authorAman Gupta <aman@tmm1.net>
Thu, 5 Sep 2019 18:11:15 +0000 (11:11 -0700)
committerAman Gupta <aman@tmm1.net>
Mon, 9 Sep 2019 20:25:03 +0000 (13:25 -0700)
Signed-off-by: Aman Gupta <aman@tmm1.net>
Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com>
libavcodec/mediacodecdec_common.c

index 26870c956dbbdb52c8398c5cea397292a37ca762..9005adc1f36f20379ebcbef41b21e3509e0e7bd3 100644 (file)
@@ -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;