[FFmpeg-devel] [PATCH] lavfi/asetnsamples: remove .needs_writable as it is not required
Paul B Mahol
onemda at gmail.com
Sat Sep 7 14:14:37 CEST 2013
On 9/6/13, Paul B Mahol <onemda at gmail.com> wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> libavfilter/af_asetnsamples.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/libavfilter/af_asetnsamples.c b/libavfilter/af_asetnsamples.c
> index e4c77ab..5cdf5ae 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 }
> };
> --
> 1.7.11.2
>
>
applied
More information about the ffmpeg-devel
mailing list