summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-07-01 16:26:53 +0000
committerPaul B Mahol <onemda@gmail.com>2015-07-01 20:03:26 +0000
commit5165c600ebea9a9478ade61108f14be1f334535d (patch)
tree92a21181adb9170383a01927c3872eeb8b589605 /libavformat
parentc190fdf65de80f22b9d549b458d2bb817965095e (diff)
avformat/rtmpproto: increase hardcoded url/path lengths
Fixes #4103. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/rtmpproto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c
index 43ddfe8ecc..0abeadcb3b 100644
--- a/libavformat/rtmpproto.c
+++ b/libavformat/rtmpproto.c
@@ -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