diff bitstream.h @ 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 7a08ccdc8550
children 892dba2cf52a
line wrap: on
line diff
--- a/bitstream.h	Thu Dec 07 18:35:58 2006 +0000
+++ b/bitstream.h	Fri Dec 08 00:35:08 2006 +0000
@@ -877,7 +877,7 @@
  *                  read the longest vlc code
  *                  = (max_vlc_length + bits - 1) / bits
  */
-static always_inline int get_vlc2(GetBitContext *s, VLC_TYPE (*table)[2],
+static av_always_inline int get_vlc2(GetBitContext *s, VLC_TYPE (*table)[2],
                                   int bits, int max_depth)
 {
     int code;