mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion
in "rtsp.c: increase SDP line buffer size" thread. Originally committed as revision 16136 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d0a01fe84b
commit
e322d3f5be
@ -563,7 +563,7 @@ static int sdp_parse(AVFormatContext *s, const char *content)
|
||||
{
|
||||
const char *p;
|
||||
int letter;
|
||||
char buf[2048], *q;
|
||||
char buf[8192], *q;
|
||||
SDPParseState sdp_parse_state, *s1 = &sdp_parse_state;
|
||||
|
||||
memset(s1, 0, sizeof(SDPParseState));
|
||||
|
Loading…
Reference in New Issue
Block a user