Commit fd46b6db authored by rbultje's avatar rbultje

Reindent after r15853.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15854 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c8f78ae5
......@@ -261,7 +261,7 @@ ff_rdt_parse_header(const uint8_t *buf, int len,
if (set_id == 0x1f)
set_id = get_bits(&gb, 16);
if (need_reliable)
skip_bits(&gb, 16);
skip_bits(&gb, 16);
if (stream_id == 0x1f)
stream_id = get_bits(&gb, 16);
......
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