Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6fa6638 authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab
Browse files

[media] gspca - ov519: Reduce the size of some variables

parent 9d1593a8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -124,9 +124,9 @@ struct sd {
#define SEN_OV8610 13

	u8 sensor_addr;
	int sensor_width;
	int sensor_height;
	int sensor_reg_cache[256];
	u16 sensor_width;
	u16 sensor_height;
	s16 sensor_reg_cache[256];

	u8 jpeg_hdr[JPEG_HDR_SZ];
};