From 5d660598b0f1300182240074d4dbada41fe694d9 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 18 Oct 2009 07:01:06 +0000 Subject: Support more than 64 channels in RTMP input Originally committed as revision 20270 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtmppkt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtmppkt.h') 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 -- cgit v1.2.3