1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 10:32:15 +00:00

Reduce margins for plaintext subtitles.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20144 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2006-10-09 19:57:56 +00:00
parent bdc8d80e9b
commit 4ad4f781db

View 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.;
}