You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavfi/af_anull: accept unknown channel layouts.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user