]> err.no Git - linux-2.6/blobdiff - drivers/media/video/cx88/cx88.h
V4L/DVB (4980): Fixes bug 7267: PAL/60 is not working
[linux-2.6] / drivers / media / video / cx88 / cx88.h
index 7054e941f1d7ceb76759a8adf26e42e368ede4ca..a9575ad8ca27b2b0127e140d6d5d8b00a325495d 100644 (file)
@@ -91,7 +91,7 @@ struct cx88_tvnorm {
 
 static unsigned int inline norm_maxw(struct cx88_tvnorm *norm)
 {
-       return (norm->id & V4L2_STD_625_50) ? 768 : 640;
+       return (norm->id & (V4L2_STD_MN & ~V4L2_STD_PAL_Nc)) ? 720 : 768;
 }