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
1 changed files with 21 additions and 23 deletions

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