V4L/DVB (10445): cx18: Process Raw VBI on a whole frame basis; fix VBI buffer size
authorAndy Walls <awalls@radix.net>
Sat, 7 Feb 2009 18:47:28 +0000 (15:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:39 +0000 (12:42 -0300)
commit466df46484aced005fa41706f87e18eaa86918ad
treebebb0b9d1e8ae9396fb07f22ee7ea67f64c839c4
parent01cbc214cfa6e0dbfaea617d32d6d66e7f6608ff
V4L/DVB (10445): cx18: Process Raw VBI on a whole frame basis; fix VBI buffer size

The cx23418 appears to send Raw VBI buffers with a PTS on a per frame
basis, not per field, so process Raw VBI on a whole frame basis and reduce
some complexity.  Fix VBI buffer size computation to handle a whole
frame of Raw VBI for a 625 line system, which is the worst case and will
work for 525 lines systems as well.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-driver.c
drivers/media/video/cx18/cx18-vbi.c