]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_neighbor.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_neighbor.c
index 9cd9001320504367939606dbb12e1219be1d455c..a2e9a5116582a7396313f1dfa2f59cab95e3e105 100644 (file)
@@ -358,7 +358,7 @@ static const AVFilterPad neighbor_outputs[] = {
 #define DEFINE_NEIGHBOR_FILTER(name_, description_)          \
 AVFILTER_DEFINE_CLASS(name_);                                \
                                                              \
-AVFilter ff_vf_##name_ = {                                   \
+const AVFilter ff_vf_##name_ = {                                   \
     .name          = #name_,                                 \
     .description   = NULL_IF_CONFIG_SMALL(description_),     \
     .priv_size     = sizeof(NContext),                       \