Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285681
b: refs/heads/master
c: 1153f04
h: refs/heads/master
i:
  285679: 4f6ad44
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Jan 6, 2012
1 parent bfcb2ec commit fe68a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d0d3435b212f88aebee6a06e002e4fd3b487a918
refs/heads/master: 1153f04dea315a95e14ef5376737f7fbe18282c3
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/gspca.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,9 @@ static u32 which_bandwidth(struct gspca_dev *gspca_dev)
if (gspca_dev->sd_desc->get_streamparm) {
struct v4l2_streamparm parm;

parm.parm.capture.timeperframe.denominator = 15;
gspca_dev->sd_desc->get_streamparm(gspca_dev, &parm);
bandwidth *= parm.parm.capture.timeperframe.denominator;
bandwidth /= parm.parm.capture.timeperframe.numerator;
} else {

/* don't hope more than 15 fps with USB 1.1 and
Expand Down

0 comments on commit fe68a0a

Please sign in to comment.