summaryrefslogtreecommitdiff
path: root/libavfilter/vf_despill.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_despill.c')
-rw-r--r--libavfilter/vf_despill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_despill.c b/libavfilter/vf_despill.c
index 5fe9b79dd0..3d56659149 100644
--- a/libavfilter/vf_despill.c
+++ b/libavfilter/vf_despill.c
@@ -131,8 +131,8 @@ static const AVFilterPad despill_inputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
+ .flags = AVFILTERPAD_FLAG_NEEDS_WRITABLE,
.filter_frame = filter_frame,
- .needs_writable = 1,
},
{ NULL }
};