mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
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>
This commit is contained in:
parent
425be35c26
commit
f821d19531
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user