Commit 7d8b13b4 authored by Michael Niedermayer's avatar Michael Niedermayer

make decode012() static inline

Originally committed as revision 3895 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 25cf9062
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment