[MPlayer-cvslog] r26220 - trunk/libswscale/yuv2rgb.c

diego subversion at mplayerhq.hu
Tue Mar 11 10:01:38 CET 2008


Author: diego
Date: Tue Mar 11 10:01:38 2008
New Revision: 26220

Log:
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.


Modified:
   trunk/libswscale/yuv2rgb.c

Modified: trunk/libswscale/yuv2rgb.c
==============================================================================
--- trunk/libswscale/yuv2rgb.c	(original)
+++ trunk/libswscale/yuv2rgb.c	Tue Mar 11 10:01:38 2008
@@ -276,8 +276,7 @@ static int func_name(SwsContext *c, uint
             dst_2 += dst_delta;\
         }\
         if (c->dstW & 4) {\
-            int av_unused U, V;\
-            int Y;\
+            int av_unused Y, U, V;\
 
 #define EPILOG2()\
         }\



More information about the MPlayer-cvslog mailing list