projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf99f4f
)
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 11 Mar 2008 09:01:38 +0000
(09:01 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 11 Mar 2008 09:01:38 +0000
(09:01 +0000)
Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/yuv2rgb.c
patch
|
blob
|
history
diff --git
a/libswscale/yuv2rgb.c
b/libswscale/yuv2rgb.c
index 8b4622311cadcad2280dd85e950011ebc208e664..8ece0f61831bfc94c517c700d2d33964b75fb7f8 100644
(file)
--- a/
libswscale/yuv2rgb.c
+++ b/
libswscale/yuv2rgb.c
@@
-276,8
+276,7
@@
static int func_name(SwsContext *c, uint8_t* src[], int srcStride[], int srcSlic
dst_2 += dst_delta;\
}\
if (c->dstW & 4) {\
- int av_unused U, V;\
- int Y;\
+ int av_unused Y, U, V;\
#define EPILOG2()\
}\