mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 02:04:58 +00:00
af_amerge: set samples rate in query_formats.
This commit is contained in:
parent
e15f1286e6
commit
e6aee46760
@ -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…
Reference in New Issue
Block a user