# HG changeset patch # User michael # Date 1106911317 0 # Node ID 0b3697268285f61d7a5a7bfdb924694ce224a2c4 # Parent acfea8a94bf8cd26ab873c0aa6cd2aaf248d9974 make decode012() static inline diff -r acfea8a94bf8 -r 0b3697268285 bitstream.h --- a/bitstream.h Wed Jan 26 17:04:34 2005 +0000 +++ b/bitstream.h Fri Jan 28 11:21:57 2005 +0000 @@ -824,7 +824,7 @@ #define tprintf(...) {} #endif -static int decode012(GetBitContext *gb){ +static inline int decode012(GetBitContext *gb){ int n; n = get_bits1(gb); if (n == 0)