diff options
author | Amin Bandali <bandali@gnu.org> | 2023-12-23 12:02:32 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2023-12-23 12:02:32 -0500 |
commit | 322ed62f302db0775bb998d00473f1c17b7e2007 (patch) | |
tree | a977ede620ee929446645552a7e7afc4821ad518 | |
parent | 71d93214d63621804b3f35a7023355d11bbac058 (diff) | |
download | configs-322ed62f302db0775bb998d00473f1c17b7e2007.tar.gz configs-322ed62f302db0775bb998d00473f1c17b7e2007.tar.xz configs-322ed62f302db0775bb998d00473f1c17b7e2007.zip |
Update mpv.conf to silence warning on 0.37.0
-rw-r--r-- | .config/mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 2b0d324..f595e59 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -27,5 +27,5 @@ sub-border-size=0 sub-border-color=0/1 sub-shadow-color=0/1 sub-shadow-offset=1.2 -sub-ass-force-style=Kerning=yes +sub-ass-style-override=Kerning=yes sub-ass-line-spacing=0 |