From b09be97ccd58df39b77bb395ff7ae1bb4925837a Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 13 Dec 2009 11:12:16 -0800 Subject: [PATCH] Some B.C.E. sample files need more audio streams. --- src/modules/avformat/producer_avformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/avformat/producer_avformat.c b/src/modules/avformat/producer_avformat.c index ccafd038..f076aa71 100644 --- a/src/modules/avformat/producer_avformat.c +++ b/src/modules/avformat/producer_avformat.c @@ -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( ); -- 2.39.5