Mercurial > mplayer.hg
changeset 20138:f753fbd5ae66
Reduce margins for plaintext subtitles.
author | eugeni |
---|---|
date | Mon, 09 Oct 2006 19:57:56 +0000 |
parents | d4e7b776da63 |
children | 1ef90de62efa |
files | libass/ass_mp.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libass/ass_mp.c Mon Oct 09 19:10:36 2006 +0000 +++ b/libass/ass_mp.c Mon Oct 09 19:57:56 2006 +0000 @@ -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.; }