Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343853
b: refs/heads/master
c: 685a39b
h: refs/heads/master
i:
  343851: ba449a8
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 28, 2012
1 parent 18005ff commit 4d9d41f
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: 7226d8ebdd3a944db44334f0a910e70abcc0abbf
refs/heads/master: 685a39bd1a05dba17cb7ba18ab74364ad51bc527
3 changes: 1 addition & 2 deletions trunk/drivers/media/v4l2-core/v4l2-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ bool v4l2_detect_gtf(unsigned frame_height,
struct v4l2_dv_timings *fmt)
{
int pix_clk;
int v_fp, v_bp, h_fp, h_bp, hsync;
int v_fp, v_bp, h_fp, hsync;
int frame_width, image_height, image_width;
bool default_gtf;
int h_blank;
Expand Down Expand Up @@ -885,7 +885,6 @@ bool v4l2_detect_gtf(unsigned frame_height,
hsync = hsync - hsync % GTF_CELL_GRAN;

h_fp = h_blank / 2 - hsync;
h_bp = h_blank / 2;

fmt->bt.polarities = polarities;
fmt->bt.width = image_width;
Expand Down

0 comments on commit 4d9d41f

Please sign in to comment.