[MPlayer-cvslog] r25552 - trunk/libvo/vo_xvr100.c

diego subversion at mplayerhq.hu
Sun Dec 30 13:17:23 CET 2007


Author: diego
Date: Sun Dec 30 13:17:23 2007
New Revision: 25552

Log:
Remove unused variable, fixes the warning:
vo_xvr100.c:139: warning: unused variable 'i'


Modified:
   trunk/libvo/vo_xvr100.c

Modified: trunk/libvo/vo_xvr100.c
==============================================================================
--- trunk/libvo/vo_xvr100.c	(original)
+++ trunk/libvo/vo_xvr100.c	Sun Dec 30 13:17:23 2007
@@ -136,7 +136,7 @@ static uint32_t pfb_colorkey;
 
 
 void pfb_overlay_on() {
-    int i, h_inc, h_step, ecp_div;
+    int h_inc, h_step, ecp_div;
 
     pfb_vregs[PFB_CLOCK_CNTL_INDEX] = (pfb_vregs[PFB_CLOCK_CNTL_INDEX] & ~0x0000003f) | 0x00000008;
     ecp_div = (pfb_vregs[PFB_CLOCK_CNTL_DATA] >> 8) & 0x3;



More information about the MPlayer-cvslog mailing list