summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-04-10 22:19:44 +0200
committerNiklas Haas <git@nand.wakku.to>2015-04-10 22:22:55 +0200
commit6f46bafbd06e6a107e55f35860744ed66c1b8426 (patch)
treef1a49410a0847d13cb452974e09ddd70a066cf0a /video/out/gl_video.h
parentabf100f81df02a8b72a750bd3b30a8885d4c1263 (diff)
downloadmpv-6f46bafbd06e6a107e55f35860744ed66c1b8426.tar.bz2
mpv-6f46bafbd06e6a107e55f35860744ed66c1b8426.tar.xz
vo_opengl: add blend-subtitles-res
This can be used to draw the subtitles at the video's native res, which can make them look more natural and increases performance.
Diffstat (limited to 'video/out/gl_video.h')
-rw-r--r--video/out/gl_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gl_video.h b/video/out/gl_video.h
index 30647153b5..a757d99cc9 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -66,6 +66,7 @@ struct gl_video_opts {
struct m_color background;
int interpolation;
int blend_subs;
+ int blend_subs_res;
};
extern const struct m_sub_options gl_video_conf;