mirror of https://github.com/mpv-player/mpv
increased SUB_MAX_TEXT by Piotr Krukowiecki <piotr@pingu.ii.uj.edu.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7216 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4a78ef25e1
commit
421677d829
|
@ -23,7 +23,7 @@ extern int sub_num; // number of subtitle structs
|
|||
// One of the SUB_* constant above
|
||||
extern int sub_format;
|
||||
|
||||
#define SUB_MAX_TEXT 5
|
||||
#define SUB_MAX_TEXT 10
|
||||
|
||||
typedef struct {
|
||||
|
||||
|
|
Loading…
Reference in New Issue