summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorBin Jin <bjin@ctrl-d.org>2016-06-10 12:35:09 +0000
committerwm4 <wm4@nowhere>2016-06-18 19:17:28 +0200
commit67a6203ce0a6b2f22132a5d30b0aa5b4980e6510 (patch)
treed2f2799c9265e025aa50414cf13eb526b14f764e /video/out/opengl/video.h
parent3df95ee57afac4b92524daf50b646fac92072b81 (diff)
downloadmpv-67a6203ce0a6b2f22132a5d30b0aa5b4980e6510.tar.bz2
mpv-67a6203ce0a6b2f22132a5d30b0aa5b4980e6510.tar.xz
vo_opengl: remove prescaling framework with superxbr prescaler
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index 09d05ce449..140a4682c8 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -92,11 +92,6 @@ enum blend_subs_mode {
BLEND_SUBS_VIDEO,
};
-enum prescalers {
- PRESCALE_NONE = 0,
- PRESCALE_SUPERXBR,
-};
-
enum tone_mapping {
TONE_MAPPING_CLIP,
TONE_MAPPING_REINHARD,
@@ -142,10 +137,6 @@ struct gl_video_opts {
int deband;
struct deband_opts *deband_opts;
float unsharp;
- int prescale_luma;
- int prescale_passes;
- float prescale_downscaling_threshold;
- struct superxbr_opts *superxbr_opts;
struct mp_icc_opts *icc_opts;
};