[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>
This commit is contained in:
Hans Verkuil
2012-05-01 11:17:35 -03:00
committed by Mauro Carvalho Chehab
parent 5da545ad08
commit fd74d6eb4c
3 changed files with 39 additions and 35 deletions
+1 -1
View File
@@ -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?