summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-07-20 19:09:22 +0200
committerwm4 <wm4@nowhere>2015-07-20 19:32:58 +0200
commit6f7d04be21de7bdfce3c7c38a4d5fae17451b409 (patch)
treef1ef5042ab21bc055e5b4248cd3d90aa83c28c34 /video/out/gl_video.h
parentb11fd7fd2d18bd94004a40a1865df12babc4537f (diff)
downloadmpv-6f7d04be21de7bdfce3c7c38a4d5fae17451b409.tar.bz2
mpv-6f7d04be21de7bdfce3c7c38a4d5fae17451b409.tar.xz
vo_opengl: add temporal-dither-period option
This was requested multiple times by users, and it's not hard to implement and/or maintain.
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 840fab211c..0881025a14 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -59,6 +59,7 @@ struct gl_video_opts {
int dither_algo;
int dither_size;
int temporal_dither;
+ int temporal_dither_period;
int fbo_format;
int alpha_mode;
int chroma_location;