diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-10-18 07:01:06 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-10-18 07:01:06 +0000 |
commit | 5d660598b0f1300182240074d4dbada41fe694d9 (patch) | |
tree | f22c9597f60d5fa6af13588962bde2b2737af44b /libavformat/rtmppkt.h | |
parent | 8f648b74c348e866e3d24b038258919341b87a9e (diff) | |
download | ffmpeg-5d660598b0f1300182240074d4dbada41fe694d9.tar.gz |
Support more than 64 channels in RTMP input
Originally committed as revision 20270 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtmppkt.h')
-rw-r--r-- | libavformat/rtmppkt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtmppkt.h b/libavformat/rtmppkt.h index b40f4fe061..f50996f6d1 100644 --- a/libavformat/rtmppkt.h +++ b/libavformat/rtmppkt.h @@ -25,7 +25,7 @@ #include "avformat.h" /** maximum possible number of different RTMP channels */ -#define RTMP_CHANNELS 64 +#define RTMP_CHANNELS 65599 /** * channels used to for RTMP packets with different purposes (i.e. data, network |