From 46cee66563eafee80fd7983916fee4388c54d8ab Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 7 Nov 2015 17:49:14 +0100 Subject: vo_opengl: rename fancy-downscaling to correct-downscaling The old name was stupid. Very stupid. --- video/out/opengl/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/opengl/video.h') diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h index df55ede27d..c7c567d50c 100644 --- a/video/out/opengl/video.h +++ b/video/out/opengl/video.h @@ -75,7 +75,7 @@ struct gl_video_opts { int target_prim; int target_trc; int linear_scaling; - int fancy_downscaling; + int correct_downscaling; int sigmoid_upscaling; float sigmoid_center; float sigmoid_slope; -- cgit v1.2.3