|
|
@ -506,10 +506,11 @@ static int sdp_parse(AVFormatContext *s, const char *content) |
|
|
|
{ |
|
|
|
{ |
|
|
|
const char *p; |
|
|
|
const char *p; |
|
|
|
int letter; |
|
|
|
int letter; |
|
|
|
/* Some SDP lines, particularly for Realmedia or ASF RTSP streams, contain long SDP
|
|
|
|
/* Some SDP lines, particularly for Realmedia or ASF RTSP streams,
|
|
|
|
* lines containing complete ASF Headers (several kB) or arrays of MDPR (RM stream |
|
|
|
* contain long SDP lines containing complete ASF Headers (several |
|
|
|
* descriptor) headers plus "rulebooks" describing their properties. Therefore, the |
|
|
|
* kB) or arrays of MDPR (RM stream descriptor) headers plus |
|
|
|
* SDP line buffer is large. */ |
|
|
|
* "rulebooks" describing their properties. Therefore, the SDP line |
|
|
|
|
|
|
|
* buffer is large. */ |
|
|
|
char buf[8192], *q; |
|
|
|
char buf[8192], *q; |
|
|
|
SDPParseState sdp_parse_state, *s1 = &sdp_parse_state; |
|
|
|
SDPParseState sdp_parse_state, *s1 = &sdp_parse_state; |
|
|
|
|
|
|
|
|
|
|
|