Commit 5a16a1d5 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_asetnsamples: remove .needs_writable as it is not required

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 64c54f83
...@@ -170,7 +170,6 @@ static const AVFilterPad asetnsamples_inputs[] = { ...@@ -170,7 +170,6 @@ static const AVFilterPad asetnsamples_inputs[] = {
.name = "default", .name = "default",
.type = AVMEDIA_TYPE_AUDIO, .type = AVMEDIA_TYPE_AUDIO,
.filter_frame = filter_frame, .filter_frame = filter_frame,
.needs_writable = 1,
}, },
{ NULL } { NULL }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment