mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00: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:
parent
88aca1ef25
commit
3788789408
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user