]> git.sesse.net Git - mlt/commitdiff
Some B.C.E. sample files need more audio streams.
authorDan Dennedy <dan@dennedy.org>
Sun, 13 Dec 2009 19:12:16 +0000 (11:12 -0800)
committerDan Dennedy <dan@dennedy.org>
Sun, 13 Dec 2009 19:12:16 +0000 (11:12 -0800)
src/modules/avformat/producer_avformat.c

index ccafd0387a467c84bd62765f16eb558f0ca8510d..f076aa712ac7d99848f03166e3970841ba6c8861 100644 (file)
@@ -57,7 +57,7 @@
 #define POSITION_INITIAL (-2)
 #define POSITION_INVALID (-1)
 
-#define MAX_AUDIO_STREAMS (8)
+#define MAX_AUDIO_STREAMS (10)
 #define MAX_VDPAU_SURFACES (10)
 
 void avformat_lock( );