summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorBin Jin <bjin@ctrl-d.org>2016-06-10 12:22:51 +0000
committerwm4 <wm4@nowhere>2016-06-18 19:16:27 +0200
commit61bc96518afcfabfa07d6724ea517db5e9aba165 (patch)
treebbb6dc56a0e4fe00798ec98bdcbb9ccef628544b /video/out/opengl/video.h
parent47d9fbd13345e50468f0fc2bd574cbc60c89fc87 (diff)
downloadmpv-61bc96518afcfabfa07d6724ea517db5e9aba165.tar.bz2
mpv-61bc96518afcfabfa07d6724ea517db5e9aba165.tar.xz
vo_opengl: remove nnedi3 prescaler
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index 9e44cf8b06..09d05ce449 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -95,7 +95,6 @@ enum blend_subs_mode {
enum prescalers {
PRESCALE_NONE = 0,
PRESCALE_SUPERXBR,
- PRESCALE_NNEDI3,
};
enum tone_mapping {
@@ -147,7 +146,6 @@ struct gl_video_opts {
int prescale_passes;
float prescale_downscaling_threshold;
struct superxbr_opts *superxbr_opts;
- struct nnedi3_opts *nnedi3_opts;
struct mp_icc_opts *icc_opts;
};