summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authorbenoit <benoit@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-30 09:33:09 +0000
committerbenoit <benoit@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-30 09:33:09 +0000
commit21939776eb53ee88c568bbe946551599ca1fcb5f (patch)
tree670e8a62dd24397025fe62a36fbf05423714c9ea /libswscale/swscale.c
parent6a5b9c26d0aedcd0e161385df238542414aad719 (diff)
downloadmpv-21939776eb53ee88c568bbe946551599ca1fcb5f.tar.bz2
mpv-21939776eb53ee88c568bbe946551599ca1fcb5f.tar.xz
rename attribute_unused to av_unused as it is declared in common.h
patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23418 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r--libswscale/swscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index dc0a2eda26..00e9575e78 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -457,7 +457,7 @@ static inline void yuv2nv12XinC(int16_t *lumFilter, int16_t **lumSrc, int lumFil
int Y2 = 1<<18;\
int U = 1<<18;\
int V = 1<<18;\
- type attribute_unused *r, *b, *g;\
+ type av_unused *r, *b, *g;\
const int i2= 2*i;\
\
for (j=0; j<lumFilterSize; j++)\