Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38267
b: refs/heads/master
c: 4f43ac0
h: refs/heads/master
i:
  38265: ae2471b
  38263: e2e1399
v: v3
  • Loading branch information
Lars Gjesse Kjellberg authored and Mauro Carvalho Chehab committed Oct 3, 2006
1 parent 7641dbd commit 35222dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76ac5dd6c055101ef9f8c6349cae4ef571039e93
refs/heads/master: 4f43ac0cb228064cf6a253275ec1ecdab30c62f0
4 changes: 1 addition & 3 deletions trunk/drivers/media/video/cx88/cx88-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35222dc

Please sign in to comment.