[FFmpeg-devel] [PATCH] avfilter/vf_guided: Add missing const
Steven Liu
lq at chinaffmpeg.org
Tue May 11 06:51:22 EEST 2021
> 2021年5月11日 上午6:30,Andreas Rheinhardt <andreas.rheinhardt at outlook.com> 写道:
>
> Forgotten in f8d910e90f599f338438833dfc92e2f1915ce414.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> Will apply soon.
>
> libavfilter/vf_guided.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavfilter/vf_guided.c b/libavfilter/vf_guided.c
> index 86c0db5032..20c142337a 100644
> --- a/libavfilter/vf_guided.c
> +++ b/libavfilter/vf_guided.c
> @@ -413,7 +413,7 @@ static const AVFilterPad guided_outputs[] = {
> { NULL }
> };
>
> -AVFilter ff_vf_guided = {
> +const AVFilter ff_vf_guided = {
> .name = "guided",
> .description = NULL_IF_CONFIG_SMALL("Apply Guided filter."),
> .init = init,
> --
> 2.27.0
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>
LGTM
Thanks
Steven Liu
More information about the ffmpeg-devel
mailing list