Randy.Dunlap 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 patch does not apply cleanly: >patching file cx88-core.c >Hunk #1 FAILED at 736. >Hunk #2 FAILED at 752. >2 out of 2 hunks FAILED -- saving rejects to file cx88-core.c.rej > >due to tabs being converted to spaces. >Please mail it to yourself and then try to apply the patch >to see if that works. You may have to use a different >mail client/app. Hm, thunderbird. Did you copy/paste the >patch? That usually doesn't work. > > > That was my case. I normally prefer not to insert as a MIME attachment. As it was a small patch, I'd used copy/paste method... >Oh, and kernel comment style is /* ... */, not //. > > I've corrected the comments and fixed some typo. Thank you. Mauro.