changeset 28346:d6d819415c83

increase max subtitle stream limit patch by henryk (irc)
author compn
date Wed, 28 Jan 2009 00:44:48 +0000
parents 3a08f32c8fa1
children 1f4b3aaefcd8
files libmpdemux/demuxer.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demuxer.h	Tue Jan 27 19:06:50 2009 +0000
+++ b/libmpdemux/demuxer.h	Wed Jan 28 00:44:48 2009 +0000
@@ -152,7 +152,7 @@
 
 #define MAX_A_STREAMS 256
 #define MAX_V_STREAMS 256
-#define MAX_S_STREAMS 32
+#define MAX_S_STREAMS 256
 
 struct demuxer_st;