From 7d8b13b46b17ee199a302adf84c460c77fe7ff12 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 28 Jan 2005 11:21:57 +0000 Subject: make decode012() static inline Originally committed as revision 3895 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/bitstream.h') diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index fa4f6f576e..522a4530d0 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -824,7 +824,7 @@ static inline int get_xbits_trace(GetBitContext *s, int n, char *file, const cha #define tprintf(...) {} #endif -static int decode012(GetBitContext *gb){ +static inline int decode012(GetBitContext *gb){ int n; n = get_bits1(gb); if (n == 0) -- cgit v1.2.3