Commit f8ef1b6e authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@26220 b3059339-0415-0410-9bf9-f77b7e298cf2
parent c31e0250
......@@ -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()\
}\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment