rename always_inline to av_always_inline and move to common.h
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -186,7 +186,7 @@ typedef struct FFV1Context{
|
||||
DSPContext dsp;
|
||||
}FFV1Context;
|
||||
|
||||
static always_inline int fold(int diff, int bits){
|
||||
static av_always_inline int fold(int diff, int bits){
|
||||
if(bits==8)
|
||||
diff= (int8_t)diff;
|
||||
else{
|
||||
|
Reference in New Issue
Block a user