From: Ronald S. Bultje Date: Fri, 9 Jan 2009 23:44:52 +0000 (+0000) Subject: Reindent to properly fit a 80 chars terminal. X-Git-Tag: v0.5~1277 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9211bcddb40be355f8e65e6142175d6b5d939b76;p=coroid%2Flibav_saccubus.git Reindent to properly fit a 80 chars terminal. Originally committed as revision 16511 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 1bccd2873..77ada043a 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -506,10 +506,11 @@ static int sdp_parse(AVFormatContext *s, const char *content) { 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;