Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226230
b: refs/heads/master
c: d6fa663
h: refs/heads/master
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 578699b commit f6c9aee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d1593a84c09e57a9565baab931a6cf116120e05
refs/heads/master: d6fa66384b38165126ce2866b4bdff756c6fc761
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/gspca/ov519.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
Expand Down

0 comments on commit f6c9aee

Please sign in to comment.