Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76516
b: refs/heads/master
c: 406c8b0
h: refs/heads/master
v: v3
  • Loading branch information
Ian Armstrong authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 5651dcd commit 174771d
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: 166983cdfbb2779bec98de89927669ed4c9ff8f2
refs/heads/master: 406c8b0ff0891ace87440bcb298a91c1927f9ae5
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/ivtv/ivtv-yuv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ void ivtv_yuv_setup_frame(struct ivtv *itv, struct ivtv_dma_frame *args)
yi->new_frame_info[frame].update = 0;
yi->new_frame_info[frame].interlaced_y = 0;
yi->new_frame_info[frame].interlaced_uv = 0;
yi->new_frame_info[frame].lace_mode = yi->lace_mode;
yi->new_frame_info[frame].lace_mode = yi->lace_mode & IVTV_YUV_MODE_MASK;

if (memcmp(&yi->old_frame_info_args, &yi->new_frame_info[frame],
sizeof(yi->new_frame_info[frame]))) {
Expand Down

0 comments on commit 174771d

Please sign in to comment.