mirror of https://git.ffmpeg.org/ffmpeg.git
avfiltergraph: use aresample not aconvert in the alternative merge code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e3c6b61263
commit
3ae64dc48f
|
@ -263,7 +263,7 @@ static int query_formats(AVFilterGraph *graph, AVClass *log_ctx)
|
||||||
samplerates = ff_merge_samplerates (link->in_samplerates, link->out_samplerates);
|
samplerates = ff_merge_samplerates (link->in_samplerates, link->out_samplerates);
|
||||||
|
|
||||||
if (!formats || !chlayouts || !samplerates)
|
if (!formats || !chlayouts || !samplerates)
|
||||||
if (ret = insert_conv_filter(graph, link, "aconvert", NULL))
|
if (ret = insert_conv_filter(graph, link, "aresample", NULL))
|
||||||
return ret;
|
return ret;
|
||||||
#else
|
#else
|
||||||
int convert_needed = 0;
|
int convert_needed = 0;
|
||||||
|
|
Loading…
Reference in New Issue