X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_deshake_opencl.c;h=2fd682003f785d33038f66e222d1960012f40267;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=4f1bb09362af54a135cb2b2b6e80ba1dbc0b5943;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_deshake_opencl.c b/libavfilter/vf_deshake_opencl.c index 4f1bb09362a..2fd682003f7 100644 --- a/libavfilter/vf_deshake_opencl.c +++ b/libavfilter/vf_deshake_opencl.c @@ -2187,7 +2187,7 @@ static const AVOption deshake_opencl_options[] = { AVFILTER_DEFINE_CLASS(deshake_opencl); -AVFilter ff_vf_deshake_opencl = { +const AVFilter ff_vf_deshake_opencl = { .name = "deshake_opencl", .description = NULL_IF_CONFIG_SMALL("Feature-point based video stabilization filter"), .priv_size = sizeof(DeshakeOpenCLContext),