avcodec/mediacodecdec_common: improve trace logging for end-of-stream

Signed-off-by: Aman Gupta <aman@tmm1.net>
Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com>
pull/322/head
Aman Gupta 5 years ago
parent 425be35c26
commit f821d19531
  1. 2
      libavcodec/mediacodecdec_common.c

@ -632,7 +632,7 @@ int ff_mediacodec_dec_send(AVCodecContext *avctx, MediaCodecDecContext *s,
} }
av_log(avctx, AV_LOG_TRACE, 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; s->draining = 1;
return 0; return 0;

Loading…
Cancel
Save