summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 67e94803c6..476cd54b5f 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -181,7 +181,7 @@ static int __xv_set_video_eq( const vidix_video_eq_t *info,int use_reset)
else continue;
/* means that user has untouched this parameter since
NVidia driver has default == min for XV_HUE but not mid */
- if(!port_value) continue;
+ if(!port_value && use_reset) continue;
port_min = xv_min;
port_max = xv_max;
port_mid = (port_min + port_max) / 2;