]> git.sesse.net Git - mlt/commitdiff
avformat: increase maximum audio stream index in producer
authorDan Dennedy <dan@dennedy.org>
Sun, 30 Sep 2012 17:28:29 +0000 (10:28 -0700)
committerDan Dennedy <dan@dennedy.org>
Sun, 30 Sep 2012 17:28:29 +0000 (10:28 -0700)
src/modules/avformat/producer_avformat.c

index 48150ed95ecd4854ee5eb80c6f1025d8ae332488..91453e5283a48ef294e8befb10173750aea86791 100644 (file)
@@ -79,7 +79,7 @@ const char *avcodec_get_sample_fmt_name(int sample_fmt);
 #define POSITION_INITIAL (-2)
 #define POSITION_INVALID (-1)
 
-#define MAX_AUDIO_STREAMS (10)
+#define MAX_AUDIO_STREAMS (32)
 #define MAX_VDPAU_SURFACES (10)
 
 struct producer_avformat_s