[FFmpeg-devel] [PATCH 09/10] lavfi/af_anull: accept unknown channel layouts.

Stefano Sabatini stefasab at gmail.com
Sun Jan 6 10:39:11 CET 2013


On date Saturday 2013-01-05 14:50:44 +0100, Nicolas George encoded:
> 
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
>  libavfilter/af_anull.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> 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,

LGTM.
-- 
FFmpeg = Faithless and Fast Multimedia Prodigious Efficient Game


More information about the ffmpeg-devel mailing list