diff --git a/libavfilter/af_asetnsamples.c b/libavfilter/af_asetnsamples.c index e4c77ab6fc..5cdf5ae241 100644 --- a/libavfilter/af_asetnsamples.c +++ b/libavfilter/af_asetnsamples.c @@ -170,7 +170,6 @@ static const AVFilterPad asetnsamples_inputs[] = { .name = "default", .type = AVMEDIA_TYPE_AUDIO, .filter_frame = filter_frame, - .needs_writable = 1, }, { NULL } };