mirror of https://git.ffmpeg.org/ffmpeg.git
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
bf99f4fccc
commit
a04e32407d
|
@ -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()\
|
||||
}\
|
||||
|
|
Loading…
Reference in New Issue