Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137765
b: refs/heads/master
c: 0a32ef3
h: refs/heads/master
i:
  137763: b36227b
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 46f79e5 commit e9f7e00
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: a0306bfa011d86899f3e88d35b6ffe525271bafc
refs/heads/master: 0a32ef3fc81fcebf679139534a9f806cb9ff538c
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/gspca/mars.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,12 @@ static void sd_pkt_scan(struct gspca_dev *gspca_dev,
PDEBUG(D_PACK, "sof offset: %d len: %d",
p, len);
frame = gspca_frame_add(gspca_dev, LAST_PACKET,
frame, data, 0);
frame, data, p);

/* put the JPEG header */
jpeg_put_header(gspca_dev, frame, 0x21);
data += 16;
len -= 16;
data += p + 16;
len -= p + 16;
break;
}
}
Expand Down

0 comments on commit e9f7e00

Please sign in to comment.