[MPlayer-cvslog] r20144 - trunk/libass/ass_mp.c

eugeni subversion at mplayerhq.hu
Mon Oct 9 21:57:56 CEST 2006


Author: eugeni
Date: Mon Oct  9 21:57:56 2006
New Revision: 20144

Modified:
   trunk/libass/ass_mp.c

Log:
Reduce margins for plaintext subtitles.


Modified: trunk/libass/ass_mp.c
==============================================================================
--- trunk/libass/ass_mp.c	(original)
+++ trunk/libass/ass_mp.c	Mon Oct  9 21:57:56 2006
@@ -92,9 +92,9 @@
 		style->BorderStyle = 1;
 		style->Alignment = 2;
 		style->Outline = 2;
-		style->MarginL = 30;
-		style->MarginR = 30;
-		style->MarginV = 20;
+		style->MarginL = 10;
+		style->MarginR = 10;
+		style->MarginV = 5;
 		style->ScaleX = 1.;
 		style->ScaleY = 1.;
 	}



More information about the MPlayer-cvslog mailing list