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