diff vp3dsp.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 23da44e8fd05
children f99e40a7155b
line wrap: on
line diff
--- a/vp3dsp.c	Thu Dec 07 18:35:58 2006 +0000
+++ b/vp3dsp.c	Fri Dec 08 00:35:08 2006 +0000
@@ -39,7 +39,7 @@
 
 #define M(a,b) (((a) * (b))>>16)
 
-static always_inline void idct(uint8_t *dst, int stride, int16_t *input, int type)
+static av_always_inline void idct(uint8_t *dst, int stride, int16_t *input, int type)
 {
     int16_t *ip = input;
     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;