ARM: update struct offsets
Originally committed as revision 24686 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f079a64aea
commit
2eef529195
@ -33,16 +33,16 @@
|
|||||||
#define Y_DC_SCALE 0xa54
|
#define Y_DC_SCALE 0xa54
|
||||||
#define C_DC_SCALE 0xa58
|
#define C_DC_SCALE 0xa58
|
||||||
#define AC_PRED 0xa80
|
#define AC_PRED 0xa80
|
||||||
#define BLOCK_LAST_INDEX 0x2278
|
#define BLOCK_LAST_INDEX 0x2164
|
||||||
#define INTER_SCANTAB_RASTER_END 0x2478
|
#define INTER_SCANTAB_RASTER_END 0x2364
|
||||||
#define H263_AIC 0x2728
|
#define H263_AIC 0x2610
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#define Y_DC_SCALE 0xa30
|
#define Y_DC_SCALE 0xa30
|
||||||
#define C_DC_SCALE 0xa34
|
#define C_DC_SCALE 0xa34
|
||||||
#define AC_PRED 0xa5c
|
#define AC_PRED 0xa5c
|
||||||
#define BLOCK_LAST_INDEX 0x2254
|
#define BLOCK_LAST_INDEX 0x2140
|
||||||
#define INTER_SCANTAB_RASTER_END 0x2454
|
#define INTER_SCANTAB_RASTER_END 0x2340
|
||||||
#define H263_AIC 0x26f8
|
#define H263_AIC 0x25e4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user