Commit 99372fb0 authored by aurel's avatar aurel

cosmetics: reindent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7486 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a2738791
......@@ -103,11 +103,11 @@ static int vp6_parse_header(vp56_context_t *s, uint8_t *buf, int buf_size,
*golden_frame = vp56_rac_get(c);
if (s->filter_header) {
s->deblock_filtering = vp56_rac_get(c);
if (s->deblock_filtering)
vp56_rac_get(c);
if (s->sub_version > 7)
parse_filter_info = vp56_rac_get(c);
s->deblock_filtering = vp56_rac_get(c);
if (s->deblock_filtering)
vp56_rac_get(c);
if (s->sub_version > 7)
parse_filter_info = vp56_rac_get(c);
}
}
......
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