Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164271
b: refs/heads/master
c: d8370f7
h: refs/heads/master
i:
  164269: ade38f2
  164267: bfad80c
  164263: f41affd
  164255: b4debc9
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent d5b66cb commit 039f0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d04df4997b530d978d48a66655a99714af197ca
refs/heads/master: d8370f7eff14ef646ba4a81eb9642800518a7324
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/gspca/jeilinj.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ static int sd_start(struct gspca_dev *gspca_dev)

/* create the JPEG header */
dev->jpeg_hdr = kmalloc(JPEG_HDR_SZ, GFP_KERNEL);
if (dev->jpeg_hdr == NULL)
return -ENOMEM;
jpeg_define(dev->jpeg_hdr, gspca_dev->height, gspca_dev->width,
0x21); /* JPEG 422 */
jpeg_set_qual(dev->jpeg_hdr, dev->quality);
Expand Down

0 comments on commit 039f0a0

Please sign in to comment.