diff ffv1.c @ 4283:d6f83e2f8804 libavcodec

rename always_inline to av_always_inline and move to common.h
author mru
date Fri, 08 Dec 2006 00:35:08 +0000
parents 34fdffe98bd0
children ce643a22f049
line wrap: on
line diff
--- a/ffv1.c	Thu Dec 07 18:35:58 2006 +0000
+++ b/ffv1.c	Fri Dec 08 00:35:08 2006 +0000
@@ -186,7 +186,7 @@
     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{