diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-02-04 00:59:49 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-02-04 00:59:49 +0000 |
commit | 446b3327a89065703049cb3eacb1ac48dbf86719 (patch) | |
tree | 9f036e2874c3e3a0db69cea0582dd164c5e4de24 /linux/drivers/media/dvb/ttpci | |
parent | ad762fcce367231e8fc14d7c1ae182371edd1101 (diff) | |
download | mediapointer-dvb-s2-446b3327a89065703049cb3eacb1ac48dbf86719.tar.gz mediapointer-dvb-s2-446b3327a89065703049cb3eacb1ac48dbf86719.tar.bz2 |
correct voffset for analog standard (looks better for me)
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110_v4l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110_v4l.c b/linux/drivers/media/dvb/ttpci/av7110_v4l.c index a5a53cb28..286810142 100644 --- a/linux/drivers/media/dvb/ttpci/av7110_v4l.c +++ b/linux/drivers/media/dvb/ttpci/av7110_v4l.c @@ -638,7 +638,7 @@ static struct saa7146_standard standard[] = { static struct saa7146_standard analog_standard[] = { { .name = "PAL", .id = V4L2_STD_PAL_BG, - .v_offset = 0x18 /* 0 */ , .v_field = 288, .v_calc = 576, + .v_offset = 0x1b, .v_field = 288, .v_calc = 576, .h_offset = 0x08, .h_pixels = 708, .h_calc = 709, .v_max_out = 576, .h_max_out = 768, }, { |