On Thu, Sep 05, 2019 at 11:27:33AM -0700, Aman Gupta wrote:
> From: Aman Gupta <a...@tmm1.net>
> 
> Signed-off-by: Aman Gupta <a...@tmm1.net>
> ---
>  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 eae9c28d42..c538a00775 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;
> -- 
> 2.20.1
> 

LGTM.

-- 
Matthieu B.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to