Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76515
b: refs/heads/master
c: 166983c
h: refs/heads/master
i:
  76513: 7de8c5b
  76511: 6d2d451
v: v3
  • Loading branch information
Ian Armstrong authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent d050266 commit 5651dcd
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: a3e5f5e2dfb50bebca24329e5377d804c6e3eb1b
refs/heads/master: 166983cdfbb2779bec98de89927669ed4c9ff8f2
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/ivtv/ivtv-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ static void ivtv_irq_vsync(struct ivtv *itv)
/* Check if we need to update the yuv registers */
if ((yi->yuv_forced_update || yi->new_frame_info[last_dma_frame].update) && last_dma_frame != -1) {
if (!yi->new_frame_info[last_dma_frame].update)
last_dma_frame = (last_dma_frame - 1) & 3;
last_dma_frame = (u8)(last_dma_frame - 1) % IVTV_YUV_BUFFERS;

if (yi->new_frame_info[last_dma_frame].src_w) {
yi->update_frame = last_dma_frame;
Expand Down

0 comments on commit 5651dcd

Please sign in to comment.