Commit a6f76ba0 authored by aurel's avatar aurel

cosmetics: fix inconsistent indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8929 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1361f99a
......@@ -2405,10 +2405,10 @@ static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb)
visible_width = get_bits_long(gb, 24);
visible_height = get_bits_long(gb, 24);
if (s->theora >= 0x030200) {
skip_bits(gb, 8); /* offset x */
skip_bits(gb, 8); /* offset y */
}
if (s->theora >= 0x030200) {
skip_bits(gb, 8); /* offset x */
skip_bits(gb, 8); /* offset y */
}
skip_bits(gb, 32); /* fps numerator */
skip_bits(gb, 32); /* fps denumerator */
......
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