[FFmpeg-cvslog] r22546 - trunk/libavformat/rtsp.c
mstorsjo
subversion
Mon Mar 15 17:15:51 CET 2010
Author: mstorsjo
Date: Mon Mar 15 17:15:51 2010
New Revision: 22546
Log:
Reindent
Modified:
trunk/libavformat/rtsp.c
Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c Mon Mar 15 15:20:07 2010 (r22545)
+++ trunk/libavformat/rtsp.c Mon Mar 15 17:15:51 2010 (r22546)
@@ -917,7 +917,7 @@ int ff_rtsp_read_reply(AVFormatContext *
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;
More information about the ffmpeg-cvslog
mailing list