From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] PAL-M support fix for CX88 chipsets
Date: Tue, 3 May 2005 10:52:02 -0700 [thread overview]
Message-ID: <20050503105202.42fa5ffb.rddunlap@osdl.org> (raw)
In-Reply-To: <4277B833.9020109@brturbo.com.br>
On Tue, 03 May 2005 14:43:15 -0300 Mauro Carvalho Chehab wrote:
| >On Tue, 03 May 2005 09:48:24 -0300 Mauro Carvalho Chehab wrote:
| >
| >| This patch fixes PAL-M chroma subcarrier frequency (FSC) to its
| >| correct value of 3.5756115 MHz and adjusts horizontal total samples for
| >| PAL-M, according with formula Line Draw Time / (4*FSC), where Line Draw
| >| Time is 63.555 us.
| >| Without this patch, the Notch subcarrier filter was trying to
| >| capture using NTSC-M frequency, which is very close, but not equal. This
| >| could result in Black and White or miscolored frames.
This line:
+ static const unsigned int palm = 28604892;
begins with spaces, not a TAB.
+ if (V4L2_STD_PAL_M & norm->id) return palm;
Please only 1 space after the _M, and put the return on a
separate line.
Same comments for the next if/return.
And please clean up the next (final :) version with a
clean description and Signed-off-by: line.
---
~Randy
next prev parent reply other threads:[~2005-05-03 17:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-03 12:48 [2.6 patch] PAL-M support fix for CX88 chipsets Mauro Carvalho Chehab
2005-05-03 15:38 ` Randy.Dunlap
2005-05-03 17:43 ` Mauro Carvalho Chehab
2005-05-03 17:52 ` Randy.Dunlap [this message]
2005-05-03 18:04 ` [2.6 patch] PAL-M support fix for CX88 chipsets - final version :-) Mauro Carvalho Chehab
2005-05-03 18:11 ` Randy.Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050503105202.42fa5ffb.rddunlap@osdl.org \
--to=rddunlap@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@brturbo.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.