From 2e40bfa136522e112e4b9f7beac60478c4143d12 Mon Sep 17 00:00:00 2001 From: mosu Date: Wed, 4 Jan 2006 12:05:15 +0000 Subject: Improved handling of text subs in Matroska files with adjacent newlines (\N) resulting in more than SUB_MAX_TEXT lines to display. Patch by Robert Henney (robh () rut ! org). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17309 b3059339-0415-0410-9bf9-f77b7e298cf2 --- subreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subreader.h') diff --git a/subreader.h b/subreader.h index 06a9878fea..6c7fddaf0b 100644 --- a/subreader.h +++ b/subreader.h @@ -29,7 +29,7 @@ extern int sub_format; #define MAX_SUBTITLE_FILES 128 -#define SUB_MAX_TEXT 10 +#define SUB_MAX_TEXT 12 #define SUB_ALIGNMENT_BOTTOMLEFT 1 #define SUB_ALIGNMENT_BOTTOMCENTER 2 #define SUB_ALIGNMENT_BOTTOMRIGHT 3 -- cgit v1.2.3