Commit 699b286a authored by Nicolas George's avatar Nicolas George

lavfi/af_anull: accept unknown channel layouts.

parent b0050245
...@@ -50,6 +50,8 @@ AVFilter avfilter_af_anull = { ...@@ -50,6 +50,8 @@ AVFilter avfilter_af_anull = {
.priv_size = 0, .priv_size = 0,
.query_formats = ff_query_formats_all,
.inputs = avfilter_af_anull_inputs, .inputs = avfilter_af_anull_inputs,
.outputs = avfilter_af_anull_outputs, .outputs = avfilter_af_anull_outputs,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment