summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-28 07:29:17 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-28 07:29:17 +0000
commit92c5c2746441a5adc883bc14c6896f02de026def (patch)
tree393d09cd1e301eb9741402d551fe177a5abe2202 /mencoder.c
parentfe6143b5926d90fca30cb3bc8ee5b0d12a13d267 (diff)
downloadmpv-92c5c2746441a5adc883bc14c6896f02de026def.tar.bz2
mpv-92c5c2746441a5adc883bc14c6896f02de026def.tar.xz
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
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c5
1 files changed, 0 insertions, 5 deletions
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;
//--------------------------