]> granicus.if.org Git - libass/commitdiff
Reduce margins for plaintext subtitles.
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 9 Oct 2006 19:57:56 +0000 (19:57 +0000)
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 9 Oct 2006 19:57:56 +0000 (19:57 +0000)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20144 b3059339-0415-0410-9bf9-f77b7e298cf2

libass/ass_mp.c

index 8a5f97b4dddbe9f19e66924796455c1707533755..0f32e73de75a8a507034fc8f377af8e3768e8c93 100644 (file)
@@ -92,9 +92,9 @@ ass_track_t* ass_default_track() {
                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.;
        }