diff options
author | Gerd Knorr <devnull@localhost> | 2004-12-02 13:44:44 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-12-02 13:44:44 +0000 |
commit | fb0763d2a0e6d78243a452049bdef5177266f6e5 (patch) | |
tree | 69b7ac407ab9d67900bed2cc380faa74838ea303 /linux/drivers/media/video/cx88/cx88.h | |
parent | 57953d13b62cc05a6ad68f83d08c799939a74f63 (diff) | |
download | mediapointer-dvb-s2-fb0763d2a0e6d78243a452049bdef5177266f6e5.tar.gz mediapointer-dvb-s2-fb0763d2a0e6d78243a452049bdef5177266f6e5.tar.bz2 |
- attempt to fix cx88 blackbird.
- fix vbi initialization issue.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index bede61423..c3a29aa76 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.43 2004/11/30 17:00:13 kraxel Exp $ + * $Id: cx88.h,v 1.44 2004/12/02 13:44:44 kraxel Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -386,6 +386,8 @@ struct cx8802_dev { struct list_head devlist; struct video_device *mpeg_dev; u32 mailbox; + int width; + int height; /* for dvb only */ struct videobuf_dvb dvb; |