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

Nicolas George nicolas.george at normalesup.org
Sat Jan 5 14:50:44 CET 2013


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,
+
     .inputs    = avfilter_af_anull_inputs,
 
     .outputs   = avfilter_af_anull_outputs,
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list