mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user