patch-2.4.10 linux/drivers/media/video/zr36067.c
Next file: linux/drivers/media/video/zr36120.c
Previous file: linux/drivers/media/video/vino.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Sep 9 10:45:43 2001
- Orig file:
v2.4.9/linux/drivers/media/video/zr36067.c
- Orig date:
Sun Aug 12 13:27:59 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/media/video/zr36067.c linux/drivers/media/video/zr36067.c
@@ -3734,7 +3734,6 @@
zr->window.chromakey = 0;
zr->window.flags = 0; // RJ: Is this intended for interlace on/off ?
zr->window.clips = NULL;
- zr->window.clipcount = vw.clipcount;
/*
* If an overlay is running, we have to switch it off
@@ -3775,7 +3774,8 @@
write_overlay_mask(zr, vcp, vw.clipcount);
vfree(vcp);
}
-
+ zr->window.clipcount = vw.clipcount;
+
if (on)
zr36057_overlay(zr, 1);
zr->window_set = 1;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)