From 35222dca8231ed5a799b82faacf49d3382992075 Mon Sep 17 00:00:00 2001 From: Lars Gjesse Kjellberg Date: Mon, 25 Sep 2006 23:44:06 -0300 Subject: [PATCH] --- yaml --- r: 38267 b: refs/heads/master c: 4f43ac0cb228064cf6a253275ec1ecdab30c62f0 h: refs/heads/master i: 38265: ae2471bcc7e3594ab842c763045b335766a54160 38263: e2e139972723e1f72ab9f9fb8447eb6f600e6896 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx88/cx88-core.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d2260a25e7c7..6129290e4d25 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76ac5dd6c055101ef9f8c6349cae4ef571039e93 +refs/heads/master: 4f43ac0cb228064cf6a253275ec1ecdab30c62f0 diff --git a/trunk/drivers/media/video/cx88/cx88-core.c b/trunk/drivers/media/video/cx88/cx88-core.c index f379ede3049a..241cabfadeeb 100644 --- a/trunk/drivers/media/video/cx88/cx88-core.c +++ b/trunk/drivers/media/video/cx88/cx88-core.c @@ -660,9 +660,7 @@ static unsigned int inline norm_fsc8(struct cx88_tvnorm *norm) static unsigned int inline norm_notchfilter(struct cx88_tvnorm *norm) { - return (norm->id & V4L2_STD_625_50) - ? HLNotchFilter135PAL - : HLNotchFilter135NTSC; + return HLNotchFilter4xFsc; } static unsigned int inline norm_htotal(struct cx88_tvnorm *norm)