summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-13 12:09:14 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-13 12:09:14 -0300
commit081541c29a9db0da6d859a340de9dc5b7e7c77fc (patch)
tree0c30ce2181fc7ed5d2e61cf1293ed220f45f0a31 /linux/drivers/media/video/em28xx/em28xx.h
parentc46748191d2f1175c2211b5ed20332935d06c9a8 (diff)
downloadmediapointer-dvb-s2-081541c29a9db0da6d859a340de9dc5b7e7c77fc.tar.gz
mediapointer-dvb-s2-081541c29a9db0da6d859a340de9dc5b7e7c77fc.tar.bz2
em28xx: Some fixes to display logic
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h
index 0280a6847..0597fd74b 100644
--- a/linux/drivers/media/video/em28xx/em28xx.h
+++ b/linux/drivers/media/video/em28xx/em28xx.h
@@ -117,6 +117,9 @@ struct em28xx_usb_isoc_ctl {
/* Stores already requested buffers */
struct em28xx_buffer *buf;
+ /* Store last filled frame */
+ int last_field;
+
/* Stores the number of received fields */
int nfields;
};