Commit 4742edd5 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'c5ab6088'

* commit 'c5ab6088':
  af_aformat: cosmetics, fix indentation
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 74cb7ef8 c5ab6088
......@@ -110,7 +110,7 @@ static int query_formats(AVFilterContext *ctx)
AFormatContext *s = ctx->priv;
ff_set_common_formats(ctx, s->formats ? s->formats :
ff_all_formats(AVMEDIA_TYPE_AUDIO));
ff_all_formats(AVMEDIA_TYPE_AUDIO));
ff_set_common_samplerates(ctx, s->sample_rates ? s->sample_rates :
ff_all_samplerates());
ff_set_common_channel_layouts(ctx, s->channel_layouts ? s->channel_layouts :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment