[FFmpeg-devel] [PATCH] avformat/gifdec: log loop count

Gyan Doshi ffmpeg at gyani.pro
Tue Jul 20 07:40:21 EEST 2021


Will push in an hour.

On 2021-07-19 16:25, Gyan Doshi wrote:
> ---
>   libavformat/gifdec.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/gifdec.c b/libavformat/gifdec.c
> index c20bde1781..1977f46e3a 100644
> --- a/libavformat/gifdec.c
> +++ b/libavformat/gifdec.c
> @@ -247,6 +247,7 @@ static int gif_read_ext(AVFormatContext *s)
>   
>               if (sb_size == 3 && data[0] == 1) {
>                   gdc->total_iter = AV_RL16(data+1);
> +                av_log(s, AV_LOG_DEBUG, "Loop count is %d\n", gdc->total_iter);
>   
>                   if (gdc->total_iter == 0)
>                       gdc->total_iter = -1;



More information about the ffmpeg-devel mailing list