mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/rtmpproto: increase hardcoded url/path lengths
Fixes #4103. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c190fdf65d
commit
5165c600eb
@ -49,8 +49,8 @@
|
||||
#endif
|
||||
|
||||
#define APP_MAX_LENGTH 1024
|
||||
#define PLAYPATH_MAX_LENGTH 256
|
||||
#define TCURL_MAX_LENGTH 512
|
||||
#define PLAYPATH_MAX_LENGTH 512
|
||||
#define TCURL_MAX_LENGTH 1024
|
||||
#define FLASHVER_MAX_LENGTH 64
|
||||
#define RTMP_PKTDATA_DEFAULT_SIZE 4096
|
||||
#define RTMP_HEADER 11
|
||||
|
Loading…
Reference in New Issue
Block a user