[FFmpeg-devel] [PATCH] Add af_nullaud - Null audio filter

Stefano Sabatini stefano.sabatini-lala
Wed Aug 18 11:16:09 CEST 2010


On date Tuesday 2010-08-17 19:45:04 -0700, S.N. Hemanth Meenakshisundaram encoded:
> Added filters.texi doc
> 
> ---
>  doc/filters.texi         |    6 +++++-
>  libavfilter/Makefile     |    2 ++
>  libavfilter/af_nullaud.c |   41 +++++++++++++++++++++++++++++++++++++++++
>  libavfilter/allfilters.c |    2 ++
>  4 files changed, 50 insertions(+), 1 deletions(-)
>  create mode 100644 libavfilter/af_nullaud.c
> 
> 
> 

> diff --git a/doc/filters.texi b/doc/filters.texi
> index 7f0cb71..1f2b356 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -75,7 +75,11 @@ input to the vflip filter.
>  
>  @section null
>  
> -Pass the source unchanged to the output.
> +Pass the video source unchanged to the output.
> +
> + at section nullaud
> +
> +Pass the audio source unchanged to the output.

Please call it anull for consistency with the other audio filters, and
rename accordingly the file.

Looks OK otherwise.
-- 
FFmpeg = Fundamental and Freak Muttering Portable Extensive Goblin



More information about the ffmpeg-devel mailing list