diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-13 14:09:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:39 -0400 |
commit | b4916f8ca1da71bb97fb6dcf1e8da3f9c64cf80e (patch) | |
tree | c71e97aa170b066fedefd2d13326041181346b54 /drivers/media/video/em28xx/em28xx.h | |
parent | dbecb44c11d9517d604240b53581951ac4e3b5e6 (diff) |
V4L/DVB (7564): em28xx: Some fixes to display logic
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 6d62357a038f..993c1ed05cc3 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -114,6 +114,9 @@ struct em28xx_usb_isoc_ctl { | |||
114 | /* Stores already requested buffers */ | 114 | /* Stores already requested buffers */ |
115 | struct em28xx_buffer *buf; | 115 | struct em28xx_buffer *buf; |
116 | 116 | ||
117 | /* Store last filled frame */ | ||
118 | int last_field; | ||
119 | |||
117 | /* Stores the number of received fields */ | 120 | /* Stores the number of received fields */ |
118 | int nfields; | 121 | int nfields; |
119 | }; | 122 | }; |