Commit 8238b8aa authored by jbr's avatar jbr

cosmetics: indentation after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12594 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a0719cf1
......@@ -1143,7 +1143,7 @@ static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size,
memcpy(s->input_buffer, buf, FFMIN(buf_size, AC3_MAX_FRAME_SIZE));
init_get_bits(&s->gbc, s->input_buffer, buf_size * 8);
} else {
init_get_bits(&s->gbc, buf, buf_size * 8);
init_get_bits(&s->gbc, buf, buf_size * 8);
}
/* parse the syncinfo */
......
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