From 1eb5c90687e833327fe2607cb1350221b335f34a Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 16 Apr 2008 11:30:29 -0300 Subject: zoran: v4l2_jpegcompression is being redefined inside zoran.h From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/zoran.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/linux/drivers/media/video/zoran.h b/linux/drivers/media/video/zoran.h index 8e2784baa..5f74688c1 100644 --- a/linux/drivers/media/video/zoran.h +++ b/linux/drivers/media/video/zoran.h @@ -269,17 +269,6 @@ struct zoran_v4l_settings { const struct zoran_format *format; /* capture format */ }; -struct v4l2_jpegcompression { - int quality; - int APPn; - int APP_len; - char APP_data[60]; - int COM_len; - char COM_data[60]; - __u32 jpeg_markers; - __u8 reserved[116]; -}; - /* jpg-capture/-playback settings */ struct zoran_jpg_settings { int decimation; /* this bit is used to set everything to default */ -- cgit v1.2.3