mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/rtsp: 16384 -> SDP_MAX_SIZE
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
parent
b1d99ab14f
commit
5439460016
@ -696,7 +696,7 @@ int ff_sdp_parse(AVFormatContext *s, const char *content)
|
||||
*
|
||||
* The Vorbis FMTP line can be up to 16KB - see xiph_parse_sdp_line
|
||||
* in rtpdec_xiph.c. */
|
||||
char buf[16384], *q;
|
||||
char buf[SDP_MAX_SIZE], *q;
|
||||
SDPParseState sdp_parse_state = { { 0 } }, *s1 = &sdp_parse_state;
|
||||
|
||||
p = content;
|
||||
|
Loading…
Reference in New Issue
Block a user