summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorcontrast.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_colorcontrast.c')
-rw-r--r--libavfilter/vf_colorcontrast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_colorcontrast.c b/libavfilter/vf_colorcontrast.c
index 8975033760..1f4c0db43c 100644
--- a/libavfilter/vf_colorcontrast.c
+++ b/libavfilter/vf_colorcontrast.c
@@ -358,7 +358,7 @@ static const AVFilterPad colorcontrast_inputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
- .needs_writable = 1,
+ .flags = AVFILTERPAD_FLAG_NEEDS_WRITABLE,
.filter_frame = filter_frame,
.config_props = config_input,
},