From 5a16a1d508d559f2aa436ee0934ef33a0d35356c Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 6 Sep 2013 22:25:00 +0000 Subject: [PATCH] avfilter/af_asetnsamples: remove .needs_writable as it is not required Signed-off-by: Paul B Mahol --- libavfilter/af_asetnsamples.c | 1 - 1 file changed, 1 deletion(-) 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 } };