From 67a6203ce0a6b2f22132a5d30b0aa5b4980e6510 Mon Sep 17 00:00:00 2001 From: Bin Jin Date: Fri, 10 Jun 2016 12:35:09 +0000 Subject: vo_opengl: remove prescaling framework with superxbr prescaler Signed-off-by: wm4 --- video/out/opengl/video.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'video/out/opengl/video.h') 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; }; -- cgit v1.2.3