From 92c5c2746441a5adc883bc14c6896f02de026def Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 28 Jan 2002 07:29:17 +0000 Subject: New logic of HW equalizing: 1) Check HW capability. 2) If HW equalizer is capable control value then use it. In this case value of control is in range -100 : +100 (10x) 3) If not then try use SW equalizing (currently only divxds). Use old range (0 : +100) for that. Well, you shouldn't watch OSD bar if neighter HW nor SW equalizers are not capable control value. TODO: find out keys (maybe Rr Bb Gg) or 'on screen menu' for RGB intensity and OEM effects (fx). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4396 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index a15f466bb3..a5638250db 100644 --- a/mencoder.c +++ b/mencoder.c @@ -88,11 +88,6 @@ int lavc_param_keyint = -1; Video accelerated architecture **************************************************************************/ vo_vaa_t vo_vaa; -int v_hw_equ_cap=0; -int v_bright=50; -int v_cont=50; -int v_hue=50; -int v_saturation=50; //-------------------------- -- cgit v1.2.3