Skip to content
Snippets Groups Projects
Commit 7d8b13b4 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

make decode012() static inline

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