diff options
author | Martin Storsjö <martin@martin.st> | 2010-03-15 16:15:51 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-03-15 16:15:51 +0000 |
commit | c040badb703e773a98f37392e9bc609e1a0b7439 (patch) | |
tree | a7215afa3dcc14d3a86c2bbad9c98612b2c0071f | |
parent | c07c6f8183e61e81f09820ef105a7d521aa41f40 (diff) | |
download | ffmpeg-c040badb703e773a98f37392e9bc609e1a0b7439.tar.gz |
Reindent
Originally committed as revision 22546 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 72de537956..fafd27c056 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -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; |