[FFmpeg-devel] [PATCH v2 2/3] fftools/ffmpeg_filter: remove semicolon after code block

Anton Khirnov anton at khirnov.net
Tue Dec 19 12:32:49 EET 2023


Quoting Zhao Zhili (2023-12-19 16:37:02)
> From: Zhao Zhili <zhilizhao at tencent.com>
> 
> ---
>  fftools/ffmpeg_filter.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c
> index 69a49a071e..7cc7abba64 100644
> --- a/fftools/ffmpeg_filter.c
> +++ b/fftools/ffmpeg_filter.c
> @@ -2456,7 +2456,7 @@ static int read_frames(FilterGraph *fg, FilterGraphThread *fgt,
>              }
>          }
>          did_step = 1;
> -    };
> +    }

ok

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list