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 arm asm offsets for arm/mach-o
Originally committed as revision 26287 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Martin Storsjö
14 years ago
parent
183cdf7163
commit
31561a98ae
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
libavcodec/arm/asm-offsets.h
+ 6
- 6
libavcodec/arm/asm-offsets.h
View File
@@ -37,12 +37,12 @@
#define INTER_SCANTAB_RASTER_END 0x23c0
#define H263_AIC 0x2670
#elif defined(__APPLE__)
#define Y_DC_SCALE 0xa
3
0
#define C_DC_SCALE 0xa
3
4
#define AC_PRED 0xa
5
c
#define BLOCK_LAST_INDEX 0x21
3
c
#define INTER_SCANTAB_RASTER_END 0x23
3
c
#define H263_AIC 0x2
5e
0
#define Y_DC_SCALE 0xa
7
0
#define C_DC_SCALE 0xa
7
4
#define AC_PRED 0xa
9
c
#define BLOCK_LAST_INDEX 0x21
7
c
#define INTER_SCANTAB_RASTER_END 0x23
7
c
#define H263_AIC 0x2
62
0
#endif
#endif
Write
Preview
Loading…
Cancel
Save