diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-16 11:44:42 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-16 11:44:42 +0100 |
commit | edc9f8560fa088ed74644de3a089b6e8beef0e26 (patch) | |
tree | 4afc8d9f92df77e2d2b1a20b9b24dbd8ad90cffa /linux/drivers/media/video/ivtv/ivtv-driver.h | |
parent | 29a8247f27a986f2d61dcb492022073220e97b9f (diff) | |
download | mediapointer-dvb-s2-edc9f8560fa088ed74644de3a089b6e8beef0e26.tar.gz mediapointer-dvb-s2-edc9f8560fa088ed74644de3a089b6e8beef0e26.tar.bz2 |
Fix ivtv yuv threshold handling
From: Ian Armstrong <ian@iarmst.demon.co.uk>
Modifies automatic mode selection for yuv playback. Behaviour is now that
source video with a vertical resolution below that of the currently set
broadcast mode will be treated as progressive. Video with a vertical
resolution greater or equal to the current broadcast mode (up to 576 lines)
will be treated as interlaced.
Signed-off-by: Ian Armstrong <ian@iarmst.demon.co.uk>
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, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.h b/linux/drivers/media/video/ivtv/ivtv-driver.h index e84caa59b..39e1d7e46 100644 --- a/linux/drivers/media/video/ivtv/ivtv-driver.h +++ b/linux/drivers/media/video/ivtv/ivtv-driver.h @@ -613,7 +613,6 @@ struct yuv_playback_info int lace_mode; int lace_threshold; - int lace_threshold_last; int lace_sync_field; atomic_t next_dma_frame; |