Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45513
b: refs/heads/master
c: c6d704c
h: refs/heads/master
i:
  45511: b17f529
v: v3
  • Loading branch information
Grant Likely authored and Mauro Carvalho Chehab committed Jan 15, 2007
1 parent 25f6910 commit 80cdb3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: a96afb3e9428f2e7463344f12dbc85faf08e2e09
refs/heads/master: c6d704c8c4453f05717ba88792f70f8babf95268
14 changes: 0 additions & 14 deletions trunk/drivers/media/video/usbvideo/quickcam_messenger.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,13 @@ struct rgb {
};

struct bayL0 {
#ifdef __BIG_ENDIAN
u8 r;
u8 g;
#elif __LITTLE_ENDIAN
u8 g;
u8 r;
#else
#error not byte order defined
#endif
};

struct bayL1 {
#ifdef __BIG_ENDIAN
u8 g;
u8 b;
#elif __LITTLE_ENDIAN
u8 b;
u8 g;
#else
#error not byte order defined
#endif
};

struct cam_size {
Expand Down

0 comments on commit 80cdb3f

Please sign in to comment.