diff subreader.h @ 17308:59452efe579c

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).
author mosu
date Wed, 04 Jan 2006 12:05:15 +0000
parents 59bb11213d11
children 0ca3fb62d2da
line wrap: on
line diff
--- a/subreader.h	Wed Jan 04 11:26:15 2006 +0000
+++ b/subreader.h	Wed Jan 04 12:05:15 2006 +0000
@@ -29,7 +29,7 @@
 
 #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