Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-12-26 19:52:15 +0400
committerNicolas George <nicolas.george@normalesup.org>2013-01-26 14:15:38 +0400
commit699b286a21456bc24d60383a313ac61eed44a919 (patch)
treebf800ab03a77ed358ea139dfe8c1ffeff57b677a /libavfilter/af_anull.c
parentb00502457ac3007c051c811ad259acc970a6bcb9 (diff)
lavfi/af_anull: accept unknown channel layouts.
Diffstat (limited to 'libavfilter/af_anull.c')
-rw-r--r--libavfilter/af_anull.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/af_anull.c b/libavfilter/af_anull.c
index 40af7b8bc7..c61da3b4f1 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,