V4L/DVB (3817): KWorld HardwareMpegTV XPert: set encoder video standard based on...
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 18 Apr 2006 03:22:09 +0000 (00:22 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 04:58:15 +0000 (01:58 -0300)
commit01a9cd99cfd5b91ca38df74db60629d76e83cb94
treeabb7de8220116d41cf14810e581b01509ebd9634
parentc344933af5a8610d71bd0d92fe43a1519ed72ed8
V4L/DVB (3817): KWorld HardwareMpegTV XPert: set encoder video standard based on tvnorm

The KWorld HardwareMpegTV XPert uses a multistandard tuner, tda8290 + tda8275.
Without checking the video standard in blackbird_probe, the encoder defaults
to PAL, even if the incoming video stream is NTSC. This patch checks the video
standard set by the cx2388x decoder, and sets the encoding height and frame
accordingly.
This patch is designed to only affect the KWorld HardwareMpegTV XPert.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-blackbird.c