OSDN Git Service

Reindent after r15853.
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 17 Nov 2008 14:32:56 +0000 (14:32 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 17 Nov 2008 14:32:56 +0000 (14:32 +0000)
Originally committed as revision 15854 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rdt.c

index b1e5d25..d55c1a8 100644 (file)
@@ -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);