Commit af4f6a40 authored by jbr's avatar jbr

cosmetics: indentation after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11387 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1d360f2c
......@@ -60,7 +60,7 @@ int ff_aac_ac3_parse(AVCodecParserContext *s1,
s->frame_size = len;
/* update codec info */
avctx->sample_rate = sample_rate;
avctx->channels = channels;
avctx->channels = channels;
avctx->bit_rate = bit_rate;
avctx->frame_size = samples;
}
......
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