1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

increase max subtitle stream limit

patch by henryk (irc)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28381 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2009-01-28 00:44:48 +00:00
parent 88aca1ef25
commit 3788789408

View File

@ -152,7 +152,7 @@ typedef struct demuxer_info_st {
#define MAX_A_STREAMS 256
#define MAX_V_STREAMS 256
#define MAX_S_STREAMS 32
#define MAX_S_STREAMS 256
struct demuxer_st;