Commit 14ff2d34 authored by michael's avatar michael

make decode012() static inline


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3895 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 383e5214
...@@ -824,7 +824,7 @@ static inline int get_xbits_trace(GetBitContext *s, int n, char *file, const cha ...@@ -824,7 +824,7 @@ static inline int get_xbits_trace(GetBitContext *s, int n, char *file, const cha
#define tprintf(...) {} #define tprintf(...) {}
#endif #endif
static int decode012(GetBitContext *gb){ static inline int decode012(GetBitContext *gb){
int n; int n;
n = get_bits1(gb); n = get_bits1(gb);
if (n == 0) 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