Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Vcd plug-in for is defaulting to PAL mode with av7110 driver
Hello,
I have recently upgrade my system to the latest dvb-kernel and there have
always been a few changes that I needed to make so my system would stay on
NTSC once it locked to a NTSC signal. For example:
diff -ru dvb-kernel/linux/drivers/media/dvb/ttpci/av7110_av.c
/usr/src/Linux-DVB.CVS/dvb-kernel/linux/drivers/media/dvb/ttpci/av7110_av.c
--- dvb-kernel/linux/drivers/media/dvb/ttpci/av7110_av.c 2004-03-23
09:56:53.000000000 -0800
+++
/usr/src/Linux-DVB.CVS/dvb-kernel/linux/drivers/media/dvb/ttpci/av7110_av.c
2004-05-04 01:58:45.000000000 -0700
@@ -1412,7 +1412,7 @@
int av7110_av_init(struct av7110 *av7110)
{
- av7110->vidmode = VIDEO_MODE_PAL;
+ av7110->vidmode = VIDEO_MODE_NTSC;
av7110_ipack_init(&av7110->ipack[0], IPACKS, play_audio_cb);
av7110->ipack[0].data = (void *) av7110;
But, it appears that when I go to play a VCD through VDR, the CD that it
reads is not defaulting to PAL mode. This has never happened before and it
is doing it with both vdr-1.2.6 and the latest developer version of vdr. I
know this is a driver issue because this was working fine before and the
version of vdr has not changed (nor has the vcd plugin version).
Can anyone give me a hint as to where the av7110 driver is defaulting to PAL
mode when it reads a video cd?
Thanks,
C.Y.M.
Home |
Main Index |
Thread Index