diff options
author | Andy Walls <awalls@radix.net> | 2009-02-01 19:42:12 -0500 |
---|---|---|
committer | Andy Walls <awalls@radix.net> | 2009-02-01 19:42:12 -0500 |
commit | 343fbdd2e3f93d7a107012ecc1413cae5664e096 (patch) | |
tree | e711aa3f3a2082c91ddafa521bba6375c6f06c6f /linux/drivers/media/video/cx18/cx18-driver.h | |
parent | adbc75d3cf3691d649c8dac1f32ee21f332f0f4c (diff) | |
download | mediapointer-dvb-s2-343fbdd2e3f93d7a107012ecc1413cae5664e096.tar.gz mediapointer-dvb-s2-343fbdd2e3f93d7a107012ecc1413cae5664e096.tar.bz2 |
cx18: Fix presentation timestamp (PTS) for VBI buffers
From: Andy Walls <awalls@radix.net>
The old code from ivtv used a CX23415/6 PTS, which was simply left at 0 in the
cx18 driver. Since the CX23418 gives us what I think is a PTS (or some other
90 kHz clock count) with each VBI buffer, this change has the cx18 driver use
that as a PTS.
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-driver.h b/linux/drivers/media/video/cx18/cx18-driver.h index d2829f576..0ef099186 100644 --- a/linux/drivers/media/video/cx18/cx18-driver.h +++ b/linux/drivers/media/video/cx18/cx18-driver.h @@ -293,7 +293,6 @@ struct cx18_stream { int dma; /* can be PCI_DMA_TODEVICE, PCI_DMA_FROMDEVICE or PCI_DMA_NONE */ - u64 dma_pts; wait_queue_head_t waitq; /* Buffer Stats */ |