]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_deblock.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_deblock.c
index 0671a6454889c9a5f623d5b3118298052ec1d315..2d91fe358ba611e7b15c5b726c1ae198122f64c7 100644 (file)
@@ -415,7 +415,7 @@ static const AVFilterPad outputs[] = {
 
 AVFILTER_DEFINE_CLASS(deblock);
 
-AVFilter ff_vf_deblock = {
+const AVFilter ff_vf_deblock = {
     .name          = "deblock",
     .description   = NULL_IF_CONFIG_SMALL("Deblock video."),
     .priv_size     = sizeof(DeblockContext),