diff h264idct.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 2b72f9bc4f06
line wrap: on
line diff
--- a/h264idct.c	Thu Dec 07 18:35:58 2006 +0000
+++ b/h264idct.c	Fri Dec 08 00:35:08 2006 +0000
@@ -28,7 +28,7 @@
 
 #include "dsputil.h"
 
-static always_inline void idct_internal(uint8_t *dst, DCTELEM *block, int stride, int block_stride, int shift, int add){
+static av_always_inline void idct_internal(uint8_t *dst, DCTELEM *block, int stride, int block_stride, int shift, int add){
     int i;
     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;