[FFmpeg-cvslog] lavfi/af_anull: accept unknown channel layouts.
Nicolas George
git at videolan.org
Sat Jan 26 11:20:46 CET 2013
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Wed Dec 26 16:52:15 2012 +0100| [699b286a21456bc24d60383a313ac61eed44a919] | committer: Nicolas George
lavfi/af_anull: accept unknown channel layouts.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=699b286a21456bc24d60383a313ac61eed44a919
---
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,
More information about the ffmpeg-cvslog
mailing list