diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-01 10:17:35 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 13:58:16 -0400 |
commit | fd74d6eb4c2c1caa18208df32d9d38b5fe9738fc (patch) | |
tree | a76ebd2dfd1e4582e3cd2b2102bfa12070ade349 /include/media | |
parent | 5da545ad08a3c6ea71d3ba074adc7582e7e9a024 (diff) |
[media] saa7146: move video_fmt from saa7146_fh to saa7146_vv
This is a global structure and does not belong to saa7146_fh.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/saa7146_vv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/saa7146_vv.h b/include/media/saa7146_vv.h index feb444b554aa..7f61645a1c7b 100644 --- a/include/media/saa7146_vv.h +++ b/include/media/saa7146_vv.h | |||
@@ -90,7 +90,6 @@ struct saa7146_fh { | |||
90 | 90 | ||
91 | /* video capture */ | 91 | /* video capture */ |
92 | struct videobuf_queue video_q; | 92 | struct videobuf_queue video_q; |
93 | struct v4l2_pix_format video_fmt; | ||
94 | 93 | ||
95 | /* vbi capture */ | 94 | /* vbi capture */ |
96 | struct videobuf_queue vbi_q; | 95 | struct videobuf_queue vbi_q; |
@@ -123,6 +122,7 @@ struct saa7146_vv | |||
123 | 122 | ||
124 | /* video capture */ | 123 | /* video capture */ |
125 | struct saa7146_dmaqueue video_q; | 124 | struct saa7146_dmaqueue video_q; |
125 | struct v4l2_pix_format video_fmt; | ||
126 | enum v4l2_field last_field; | 126 | enum v4l2_field last_field; |
127 | 127 | ||
128 | /* common: fixme? shouldn't this be in saa7146_fh? | 128 | /* common: fixme? shouldn't this be in saa7146_fh? |