From 61bc96518afcfabfa07d6724ea517db5e9aba165 Mon Sep 17 00:00:00 2001 From: Bin Jin Date: Fri, 10 Jun 2016 12:22:51 +0000 Subject: vo_opengl: remove nnedi3 prescaler --- video/out/opengl/video.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out/opengl/video.h') 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; }; -- cgit v1.2.3