[FFmpeg-devel] [PATCH 09/10] lavfi/af_anull: accept unknown channel layouts.
    Stefano Sabatini 
    stefasab at gmail.com
       
    Fri Jan 18 19:15:26 CET 2013
    
    
  
On date Wednesday 2013-01-16 17:50:23 +0100, Nicolas George encoded:
> 
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
>  libavfilter/af_anull.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> 
> Unchanged, approved.
> 
> 
> diff --git a/libavfilter/af_anull.c b/libavfilter/af_anull.c
> index 40af7b8..c61da3b 100644
> --- a/libavfilter/af_anull.c
> +++ b/libavfilter/af_anull.c
> @@ -50,6 +50,8 @@ AVFilter avfilter_af_anull = {
>  
>      .priv_size = 0,
>  
> +    .query_formats = ff_query_formats_all,
> +
Still LGTM.
-- 
FFmpeg = Freak Fantastic Magic Powered Elastic Gospel
    
    
More information about the ffmpeg-devel
mailing list