summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/ass_mp.h')
-rw-r--r--sub/ass_mp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sub/ass_mp.h b/sub/ass_mp.h
index 3dd2bf66aa..e581f939e8 100644
--- a/sub/ass_mp.h
+++ b/sub/ass_mp.h
@@ -26,8 +26,10 @@
#include <ass/ass.h>
#include <ass/ass_types.h>
-// This is probably arbitrary.
-// sd_lavc_conv might indirectly still assume this PlayResY, though.
+// These PlayResX and PlayResY values are arbitrary and taken from lavc.
+// lavc assumes these values when converting to ass generally. Moreover, these
+// values are also used by default in VSFilter, so it isn't that arbitrary.
+#define MP_ASS_FONT_PLAYRESX 384
#define MP_ASS_FONT_PLAYRESY 288
#define MP_ASS_RGBA(r, g, b, a) \