diff cabac.h @ 4908:777f250df232 libavcodec

Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings.
author diego
date Sat, 05 May 2007 12:18:14 +0000
parents 8131ccb4ea72
children 9a6a0818e93f
line wrap: on
line diff
--- a/cabac.h	Sat May 05 11:14:03 2007 +0000
+++ b/cabac.h	Sat May 05 12:18:14 2007 +0000
@@ -363,7 +363,7 @@
         refill(c);
 }
 
-static int av_always_inline get_cabac_inline(CABACContext *c, uint8_t * const state){
+static av_always_inline int get_cabac_inline(CABACContext *c, uint8_t * const state){
     //FIXME gcc generates duplicate load/stores for c->low and c->range
 #define LOW          "0"
 #define RANGE        "4"