diff mpeg12.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 85e1f5ceb97e
children d9cd0e5255d7
line wrap: on
line diff
--- a/mpeg12.c	Thu Dec 07 18:35:58 2006 +0000
+++ b/mpeg12.c	Fri Dec 08 00:35:08 2006 +0000
@@ -508,7 +508,7 @@
     }
 }
 
-static always_inline void mpeg1_encode_mb_internal(MpegEncContext *s,
+static av_always_inline void mpeg1_encode_mb_internal(MpegEncContext *s,
                                                    DCTELEM block[6][64],
                                                    int motion_x, int motion_y,
                                                    int mb_block_count)