[FFmpeg-cvslog] r16511 - trunk/libavformat/rtsp.c

rbultje subversion
Sat Jan 10 00:44:52 CET 2009


Author: rbultje
Date: Sat Jan 10 00:44:52 2009
New Revision: 16511

Log:
Reindent to properly fit a 80 chars terminal.

Modified:
   trunk/libavformat/rtsp.c

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Sat Jan 10 00:36:39 2009	(r16510)
+++ trunk/libavformat/rtsp.c	Sat Jan 10 00:44:52 2009	(r16511)
@@ -506,10 +506,11 @@ static int sdp_parse(AVFormatContext *s,
 {
     const char *p;
     int letter;
-    /* Some SDP lines, particularly for Realmedia or ASF RTSP streams, contain long SDP
-     * lines containing complete ASF Headers (several kB) or arrays of MDPR (RM stream
-     * descriptor) headers plus "rulebooks" describing their properties. Therefore, the
-     * SDP line buffer is large. */
+    /* Some SDP lines, particularly for Realmedia or ASF RTSP streams,
+     * contain long SDP lines containing complete ASF Headers (several
+     * kB) or arrays of MDPR (RM stream descriptor) headers plus
+     * "rulebooks" describing their properties. Therefore, the SDP line
+     * buffer is large. */
     char buf[8192], *q;
     SDPParseState sdp_parse_state, *s1 = &sdp_parse_state;
 




More information about the ffmpeg-cvslog mailing list