From 5a6a6cc7dc5adc376c4ff082218d055d67bf3175 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 5 May 2007 12:18:14 +0000 Subject: Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cook.c') diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 291d1144c8..cdbddea4f1 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -496,7 +496,7 @@ static void categorize(COOKContext *q, int* quant_index_table, * @param category_index pointer to the category_index array */ -static void inline expand_category(COOKContext *q, int* category, +static inline void expand_category(COOKContext *q, int* category, int* category_index){ int i; for(i=0 ; inum_vectors ; i++){ -- cgit v1.2.3