summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2004-03-12 12:48:36 +0000
committerMichael Hunold <devnull@localhost>2004-03-12 12:48:36 +0000
commite448bbd75236e707baaff23cc91b739271b98c02 (patch)
treebbf95c49614b409ca0bc2a039042862d93997aa0 /linux
parent87c4e37cac037d4f59eb6a69795715ff655eb615 (diff)
downloadmediapointer-dvb-s2-e448bbd75236e707baaff23cc91b739271b98c02.tar.gz
mediapointer-dvb-s2-e448bbd75236e707baaff23cc91b739271b98c02.tar.bz2
- header file changes belonging to the last saa7146 updates
Diffstat (limited to 'linux')
-rw-r--r--linux/include/media/saa7146_vv.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/linux/include/media/saa7146_vv.h b/linux/include/media/saa7146_vv.h
index 9f7e9ea35..162fa9a7f 100644
--- a/linux/include/media/saa7146_vv.h
+++ b/linux/include/media/saa7146_vv.h
@@ -104,6 +104,9 @@ struct saa7146_fh {
unsigned int resources; /* resource management for device open */
};
+#define STATUS_OVERLAY 0x01
+#define STATUS_CAPTURE 0x02
+
struct saa7146_vv
{
int vbi_minor;
@@ -117,14 +120,17 @@ struct saa7146_vv
int video_minor;
+ int video_status;
+ struct saa7146_fh *video_fh;
+
/* video overlay */
struct v4l2_framebuffer ov_fb;
struct saa7146_format *ov_fmt;
struct saa7146_overlay *ov_data;
-
+ struct saa7146_fh *ov_suspend;
+
/* video capture */
struct saa7146_dmaqueue video_q;
- struct saa7146_fh *streaming;
enum v4l2_field last_field;
/* common: fixme? shouldn't this be in saa7146_fh?