Skip to content
Snippets Groups Projects
Commit 90e0450f authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

Reindent after r15853.

Originally committed as revision 15854 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 43af8b2b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment