mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 12:00:06 +01:00
make decode012() static inline
Originally committed as revision 3895 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user