Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219514
b: refs/heads/master
c: dda7ae7
h: refs/heads/master
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Oct 23, 2010
1 parent 7203a4c commit 50c23b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 29adc2c06fd7aa0a26135d8c96afd1cef9e6700b
refs/heads/master: dda7ae789f1d9b0c2528f7abc37f4316f8fa1e0f
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/s5p-fimc/fimc-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ struct fimc_effect {
* @real_height: source pixel (height - offset)
*/
struct fimc_scaler {
int scaleup_h:1;
int scaleup_v:1;
int copy_mode:1;
int enabled:1;
unsigned int scaleup_h:1;
unsigned int scaleup_v:1;
unsigned int copy_mode:1;
unsigned int enabled:1;
u32 hfactor;
u32 vfactor;
u32 pre_hratio;
Expand Down

0 comments on commit 50c23b6

Please sign in to comment.