summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hwmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_hwmap.c')
-rw-r--r--libavfilter/vf_hwmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_hwmap.c b/libavfilter/vf_hwmap.c
index a89f69cbec..d829b47b44 100644
--- a/libavfilter/vf_hwmap.c
+++ b/libavfilter/vf_hwmap.c
@@ -419,7 +419,7 @@ static const AVFilterPad hwmap_outputs[] = {
{ NULL }
};
-AVFilter ff_vf_hwmap = {
+const AVFilter ff_vf_hwmap = {
.name = "hwmap",
.description = NULL_IF_CONFIG_SMALL("Map hardware frames"),
.uninit = hwmap_uninit,