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:
parent
bdc8d80e9b
commit
4ad4f781db
@ -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.;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user