1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-23 04:24:35 +02:00

af_pan: reindent after last commit.

This commit is contained in:
Nicolas George 2012-02-20 20:15:09 +01:00
parent a44b510d56
commit a297856b8c

View File

@ -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));