Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138329
b: refs/heads/master
c: aeecea2
h: refs/heads/master
i:
  138327: afd17c6
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 30, 2009
1 parent e7d348c commit a0df952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7ddfda9aa6a735c2b883b8cf677099bce27bf708
refs/heads/master: aeecea26234011c3fbf65ffa7d9c9525b486acab
4 changes: 2 additions & 2 deletions trunk/Documentation/video4linux/v4lgrab.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ int main(int argc, char ** argv)
struct video_picture vpic;

unsigned char *buffer, *src;
int bpp = 24, r, g, b;
unsigned int i, src_depth;
int bpp = 24, r = 0, g = 0, b = 0;
unsigned int i, src_depth = 16;

if (fd < 0) {
perror(VIDEO_DEV);
Expand Down

0 comments on commit a0df952

Please sign in to comment.