[MPlayer-cvslog] CVS: main subreader.h,1.37,1.38
Moritz Bunkus CVS
syncmail at mplayerhq.hu
Wed Jan 4 13:05:17 CET 2006
CVS change done by Moritz Bunkus CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv10279
Modified Files:
subreader.h
Log Message:
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).
Index: subreader.h
===================================================================
RCS file: /cvsroot/mplayer/main/subreader.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- subreader.h 18 Oct 2004 20:41:05 -0000 1.37
+++ subreader.h 4 Jan 2006 12:05:15 -0000 1.38
@@ -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
More information about the MPlayer-cvslog
mailing list