changeset 4406:d8e5237af111

Minor fix - else 0 is unreachable
author nick
date Tue, 29 Jan 2002 10:07:05 +0000
parents 7eda15bbb3f9
children 760481d8421c
files libvo/vo_xv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xv.c	Tue Jan 29 09:57:21 2002 +0000
+++ b/libvo/vo_xv.c	Tue Jan 29 10:07:05 2002 +0000
@@ -181,7 +181,7 @@
 		    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;