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
Fix A32_BITSTREAM_READER compilation on x86
Originally committed as revision 6102 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs
19 years ago
parent
d6bea62338
commit
6ff3b2b838
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
@@ -553,7 +553,7 @@ static inline void skip_bits_long(GetBitContext *s, int n){
"shldl %2, %1, %0 \n\t"\
"shll %2, %1 \n\t"\
: "+r" (name##_cache0), "+r" (name##_cache1)\
: "Ic" ((uint8_t)num)\
: "Ic" ((uint8_t)
(
num
)
)\
);
#else
# define SKIP_CACHE(name, gb, num)\
Write
Preview
Loading…
Cancel
Save