summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
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;
};