diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-01 16:17:35 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 19:58:16 +0200 |
commit | fd74d6eb4c2c1caa18208df32d9d38b5fe9738fc (patch) | |
tree | a76ebd2dfd1e4582e3cd2b2102bfa12070ade349 /include/media/saa7146_vv.h | |
parent | [media] saa7146: move overlay information from saa7146_fh into saa7146_vv (diff) | |
download | linux-fd74d6eb4c2c1caa18208df32d9d38b5fe9738fc.tar.xz linux-fd74d6eb4c2c1caa18208df32d9d38b5fe9738fc.zip |
[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/saa7146_vv.h')
-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 { /* video capture */ struct videobuf_queue video_q; - struct v4l2_pix_format video_fmt; /* vbi capture */ struct videobuf_queue vbi_q; @@ -123,6 +122,7 @@ struct saa7146_vv /* video capture */ struct saa7146_dmaqueue video_q; + struct v4l2_pix_format video_fmt; enum v4l2_field last_field; /* common: fixme? shouldn't this be in saa7146_fh? |