diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-09 14:46:55 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-09 14:46:55 +0200 |
commit | 2a8a9d09b348354fafcf42ad58d376429861fcab (patch) | |
tree | 4b96b42fa7e6efc1e01491dcb917779c042be706 /linux/drivers/media/video/ivtv/ivtv-driver.h | |
parent | 4b41f2267b44ed49beacd512a3ace46889906922 (diff) | |
download | mediapointer-dvb-s2-2a8a9d09b348354fafcf42ad58d376429861fcab.tar.gz mediapointer-dvb-s2-2a8a9d09b348354fafcf42ad58d376429861fcab.tar.bz2 |
ivtv: improve CC support
From: Hans Verkuil <hverkuil@xs4all.nl>
- change the work-queue to a single threaded high prio workqueue
- use DMA instead of PIO for the sliced VBI data.
- remove some incorrect tests
- increase the internal VBI capture queue size for sliced VBI packets
- ignore duplicate VBI lines
With these changes it should finally be possible to get reliable closed
captions.
Priority: high
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-driver.h')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.h b/linux/drivers/media/video/ivtv/ivtv-driver.h index d66ee14b6..6e0ca223a 100644 --- a/linux/drivers/media/video/ivtv/ivtv-driver.h +++ b/linux/drivers/media/video/ivtv/ivtv-driver.h @@ -252,6 +252,7 @@ struct ivtv_mailbox_data { #define IVTV_F_I_DEC_PAUSED 20 /* the decoder is paused */ #define IVTV_F_I_INITED 21 /* set after first open */ #define IVTV_F_I_FAILED 22 /* set if first open failed */ +#define IVTV_F_I_WORK_INITED 23 /* worker thread was initialized */ /* Event notifications */ #define IVTV_F_I_EV_DEC_STOPPED 28 /* decoder stopped event */ |