You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user