Browse Source

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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.1
Paul B Mahol 11 years ago
parent
commit
5a16a1d508
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/af_asetnsamples.c

+ 0
- 1
libavfilter/af_asetnsamples.c View File

@@ -170,7 +170,6 @@ static const AVFilterPad asetnsamples_inputs[] = {
.name = "default",
.type = AVMEDIA_TYPE_AUDIO,
.filter_frame = filter_frame,
.needs_writable = 1,
},
{ NULL }
};


Loading…
Cancel
Save