mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-09 19:30:19 +00:00
af_amerge: set samples rate in query_formats.
This commit is contained in:
parent
e15f1286e6
commit
e6aee46760
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ static int query_formats(AVFilterContext *ctx)
|
|||
layouts = NULL;
|
||||
ff_add_channel_layout(&layouts, outlayout);
|
||||
ff_channel_layouts_ref(layouts, &ctx->outputs[0]->in_channel_layouts);
|
||||
ff_set_common_samplerates(ctx, ff_all_samplerates());
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue