changeset 4187:77af10d4d406 libavformat

Reindent to properly fit a 80 chars terminal.
author rbultje
date Fri, 09 Jan 2009 23:44:52 +0000
parents 076ba5bc16a4
children d2093f4132df
files rtsp.c
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.c	Fri Jan 09 23:36:39 2009 +0000
+++ b/rtsp.c	Fri Jan 09 23:44:52 2009 +0000
@@ -506,10 +506,11 @@
 {
     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;