This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
make decode012() static inline
Originally committed as revision 3895 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
20 years ago
parent
25cf9062ba
commit
7d8b13b46b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/bitstream.h
+ 1
- 1
libavcodec/bitstream.h
View File
@@ -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 in
line in
t decode012(GetBitContext *gb){
int n;
n = get_bits1(gb);
if (n == 0)
Write
Preview
Loading…
Cancel
Save