You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[media] saa7146: move overlay information from saa7146_fh into saa7146_vv
This is global information, not per-filehandle information. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
4894b709d1
commit
5da545ad08
@@ -88,9 +88,6 @@ struct saa7146_fh {
|
||||
/* if this is a vbi or capture open */
|
||||
enum v4l2_buf_type type;
|
||||
|
||||
/* video overlay */
|
||||
struct saa7146_overlay ov;
|
||||
|
||||
/* video capture */
|
||||
struct videobuf_queue video_q;
|
||||
struct v4l2_pix_format video_fmt;
|
||||
@@ -119,9 +116,9 @@ struct saa7146_vv
|
||||
struct saa7146_fh *video_fh;
|
||||
|
||||
/* video overlay */
|
||||
struct saa7146_overlay ov;
|
||||
struct v4l2_framebuffer ov_fb;
|
||||
struct saa7146_format *ov_fmt;
|
||||
struct saa7146_overlay *ov_data;
|
||||
struct saa7146_fh *ov_suspend;
|
||||
|
||||
/* video capture */
|
||||
|
||||
Reference in New Issue
Block a user