Commit 09e1e065 authored by jbr's avatar jbr

cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11416 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 375d05b4
......@@ -1130,7 +1130,7 @@ static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size,
/* channel config */
s->out_channels = s->channels;
if (avctx->request_channels > 0 && avctx->request_channels <= 2 &&
avctx->request_channels < s->channels) {
avctx->request_channels < s->channels) {
s->out_channels = avctx->request_channels;
s->output_mode = avctx->request_channels == 1 ? AC3_CHMODE_MONO : AC3_CHMODE_STEREO;
}
......
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