changeset 11417:62eb4a5046b7

specification of video norm should not be mandatory
author rik
date Sat, 08 Nov 2003 16:08:33 +0000
parents af8c66f215cf
children ac7455d5b187
files libvo/vo_zr2.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_zr2.c	Sat Nov 08 14:10:33 2003 +0000
+++ b/libvo/vo_zr2.c	Sat Nov 08 16:08:33 2003 +0000
@@ -241,8 +241,9 @@
 			normstring(p->zp.norm));
 
 	/* changing the norm in the zoran_params and MJPIOC_S_PARAMS
-	 * does noting, so bail out if the norm is not correct */
-	if (p->zp.norm != norm) {
+	 * does nothing the last time I tried, so bail out if the norm 
+	 * is not correct */
+	if (norm != VIDEO_MODE_AUTO &&  p->zp.norm != norm) {
 		ERROR("mplayer currently can't change the video norm, "
 				"change it with (eg.) XawTV and retry.\n");
 		uninit();