# HG changeset patch # User compn # Date 1233103488 0 # Node ID d6d819415c83b993bcf267f497c301c21e39cf39 # Parent 3a08f32c8fa12f9afea3c6b5309872f88ab6d8b4 increase max subtitle stream limit patch by henryk (irc) diff -r 3a08f32c8fa1 -r d6d819415c83 libmpdemux/demuxer.h --- 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;