Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21670
b: refs/heads/master
c: 3ed33c3
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 27, 2006
1 parent 929fe4a commit e955ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 41f38b43e0bfbb2ba1ef3c778f376dad8820b214
refs/heads/master: 3ed33c31a7253f2b29a3813b66bf87985d3396ac
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/v4l2-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int v4l2_video_std_construct(struct v4l2_standard *vs,
memset(vs, 0, sizeof(struct v4l2_standard));
vs->index = index;
vs->id = id;
if (id & (V4L2_STD_NTSC | V4L2_STD_PAL_M)) {
if (id & V4L2_STD_525_60) {
vs->frameperiod.numerator = 1001;
vs->frameperiod.denominator = 30000;
vs->framelines = 525;
Expand All @@ -110,7 +110,6 @@ int v4l2_video_std_construct(struct v4l2_standard *vs,
return 0;
}


/* ----------------------------------------------------------------- */
/* priority handling */

Expand Down

0 comments on commit e955ad7

Please sign in to comment.