FS-7585 increasing AMF buffer for larger picture

This commit is contained in:
Seven Du 2015-06-03 05:47:08 +08:00
parent d961aad2c2
commit 22cb3f708f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define RTMP_DEFAULT_PORT 1935
#define RTMP_TCP_READ_BUF 2048 * 16
#define AMF_MAX_SIZE 2048 * 16
#define AMF_MAX_SIZE 2048 * 16 * 2
#define SUPPORT_SND_NONE 0x0000
#define SUPPORT_SND_ADPCM 0x0002