summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-10-09 08:31:46 +0000
committerMichael Hunold <devnull@localhost>2003-10-09 08:31:46 +0000
commit2b4316d2ce87db2d5228fd8f8dd4c886083325c4 (patch)
tree4056cfbe04397b270b15de721f292188298d4b7a /linux/drivers/media
parent108581fa0f78b19b9c83e5d54aa823532c2c1ef5 (diff)
downloadmediapointer-dvb-s2-2b4316d2ce87db2d5228fd8f8dd4c886083325c4.tar.gz
mediapointer-dvb-s2-2b4316d2ce87db2d5228fd8f8dd4c886083325c4.tar.bz2
Add the proper vertical line offset again, I changed this for some
vbi experiments. This should fix the gargabe lines at the top of the picture with the analog module. Sorry!
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/ttpci/av7110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110.c b/linux/drivers/media/dvb/ttpci/av7110.c
index c92f7efa9..9dad1f0b9 100644
--- a/linux/drivers/media/dvb/ttpci/av7110.c
+++ b/linux/drivers/media/dvb/ttpci/av7110.c
@@ -4867,7 +4867,7 @@ static struct saa7146_standard standard[] = {
static struct saa7146_standard analog_standard[] = {
{
.name = "PAL", .id = V4L2_STD_PAL_BG,
- .v_offset = 0 /* 0x18 */ , .v_field = 288, .v_calc = 576,
+ .v_offset = 0x18 /* 0 */ , .v_field = 288, .v_calc = 576,
.h_offset = 0x08, .h_pixels = 708, .h_calc = 709,
.v_max_out = 576, .h_max_out = 768,
}, {