]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_deshake_opencl.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_deshake_opencl.c
index 4f1bb09362af54a135cb2b2b6e80ba1dbc0b5943..2fd682003f785d33038f66e222d1960012f40267 100644 (file)
@@ -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),