summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_deblock.c')
-rw-r--r--libavfilter/vf_deblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_deblock.c b/libavfilter/vf_deblock.c
index 0671a64548..2d91fe358b 100644
--- a/libavfilter/vf_deblock.c
+++ b/libavfilter/vf_deblock.c
@@ -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),