1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 02:41:13 +00:00

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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26220 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-11 09:01:38 +00:00
parent 7fbcd4a268
commit c388f79c0f

View File

@ -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()\
}\