[FFmpeg-devel] [PATCH] lavfi/anull: remove redudant lines

Stefano Sabatini stefasab at gmail.com
Fri May 10 13:29:03 CEST 2013


On date Friday 2013-05-10 09:16:53 +0000, Paul B Mahol encoded:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavfilter/af_anull.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/libavfilter/af_anull.c b/libavfilter/af_anull.c
> index c61da3b..7a0b3f7 100644
> --- a/libavfilter/af_anull.c
> +++ b/libavfilter/af_anull.c
> @@ -31,7 +31,6 @@ static const AVFilterPad avfilter_af_anull_inputs[] = {
>      {
>          .name             = "default",
>          .type             = AVMEDIA_TYPE_AUDIO,
> -        .get_audio_buffer = ff_null_get_audio_buffer,
>      },
>      { NULL }
>  };
> @@ -47,12 +46,7 @@ static const AVFilterPad avfilter_af_anull_outputs[] = {
>  AVFilter avfilter_af_anull = {
>      .name      = "anull",
>      .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
> -
> -    .priv_size = 0,
> -
>      .query_formats = ff_query_formats_all,
> -
>      .inputs    = avfilter_af_anull_inputs,
> -
>      .outputs   = avfilter_af_anull_outputs,

LGTM, thanks.
-- 
FFmpeg = Fancy and Fierce Martial Portentous Extreme Guide


More information about the ffmpeg-devel mailing list