Reindent to properly fit a 80 chars terminal.
Originally committed as revision 16511 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ff16f551cf
commit
9211bcddb4
1 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue