Reindent
authorMartin Storsjö <martin@martin.st>
Mon, 15 Mar 2010 16:15:51 +0000 (16:15 +0000)
committerMartin Storsjö <martin@martin.st>
Mon, 15 Mar 2010 16:15:51 +0000 (16:15 +0000)
Originally committed as revision 22546 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtsp.c

index 72de537..fafd27c 100644 (file)
@@ -917,7 +917,7 @@ int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
                 if (return_on_interleaved_data) {
                     return 1;
                 } else
-                rtsp_skip_packet(s);
+                    rtsp_skip_packet(s);
             } else if (ch != '\r') {
                 if ((q - buf) < sizeof(buf) - 1)
                     *q++ = ch;