mirror of https://git.ffmpeg.org/ffmpeg.git
af_pan: reindent after last commit.
This commit is contained in:
parent
a44b510d56
commit
a297856b8c
|
@ -235,7 +235,6 @@ static int config_props(AVFilterLink *link)
|
|||
}
|
||||
}
|
||||
|
||||
/* TODO reindent */
|
||||
// sanity check; can't be done in query_formats since the inlink
|
||||
// channel layout is unknown at that time
|
||||
if (pan->nb_input_channels > SWR_CH_MAX ||
|
||||
|
@ -365,7 +364,6 @@ static int query_formats(AVFilterContext *ctx)
|
|||
AVFilterLink *outlink = ctx->outputs[0];
|
||||
AVFilterFormats *formats;
|
||||
|
||||
/* TODO reindent */
|
||||
pan->pure_gains = are_gains_pure(pan);
|
||||
/* libswr supports any sample and packing formats */
|
||||
avfilter_set_common_sample_formats(ctx, avfilter_make_all_formats(AVMEDIA_TYPE_AUDIO));
|
||||
|
|
Loading…
Reference in New Issue