diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-09-06 22:25:00 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-09-07 12:15:46 +0000 |
commit | 5a16a1d508d559f2aa436ee0934ef33a0d35356c (patch) | |
tree | f04ec5541d268f54d4a657de9baeadef6fa24855 /libavfilter | |
parent | 64c54f8333dd829ed57a032b93a3cb1323cd0fc4 (diff) | |
download | ffmpeg-5a16a1d508d559f2aa436ee0934ef33a0d35356c.tar.gz |
avfilter/af_asetnsamples: remove .needs_writable as it is not required
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/af_asetnsamples.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 } }; |