mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +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:
parent
7fbcd4a268
commit
c388f79c0f
@ -276,8 +276,7 @@ static int func_name(SwsContext *c, uint8_t* src[], int srcStride[], int srcSlic
|
|||||||
dst_2 += dst_delta;\
|
dst_2 += dst_delta;\
|
||||||
}\
|
}\
|
||||||
if (c->dstW & 4) {\
|
if (c->dstW & 4) {\
|
||||||
int av_unused U, V;\
|
int av_unused Y, U, V;\
|
||||||
int Y;\
|
|
||||||
|
|
||||||
#define EPILOG2()\
|
#define EPILOG2()\
|
||||||
}\
|
}\
|
||||||
|
Loading…
Reference in New Issue
Block a user