mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
avfilter/af_acrossover: check for rest of sample formats
This commit is contained in:
parent
fdb4c03555
commit
02fcd485f9
@ -483,6 +483,7 @@ static int config_input(AVFilterLink *inlink)
|
||||
switch (inlink->format) {
|
||||
case AV_SAMPLE_FMT_FLTP: s->filter_channels = filter_channels_fltp; break;
|
||||
case AV_SAMPLE_FMT_DBLP: s->filter_channels = filter_channels_dblp; break;
|
||||
default: return AVERROR_BUG;
|
||||
}
|
||||
|
||||
s->xover = ff_get_audio_buffer(inlink, 2 * (ctx->nb_outputs * 10 + ctx->nb_outputs * 10 +
|
||||
|
Loading…
Reference in New Issue
Block a user