Mercurial > libavcodec.hg
changeset 12419:1bb066014406 libavcodec
ARM: update struct offsets
author | mru |
---|---|
date | Wed, 25 Aug 2010 14:45:17 +0000 |
parents | e17840120b80 |
children | 37bb4de77908 |
files | arm/asm-offsets.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/arm/asm-offsets.h Wed Aug 25 13:44:16 2010 +0000 +++ b/arm/asm-offsets.h Wed Aug 25 14:45:17 2010 +0000 @@ -33,15 +33,15 @@ #define Y_DC_SCALE 0xa54 #define C_DC_SCALE 0xa58 #define AC_PRED 0xa80 -#define BLOCK_LAST_INDEX 0x2164 -#define INTER_SCANTAB_RASTER_END 0x2364 +#define BLOCK_LAST_INDEX 0x2160 +#define INTER_SCANTAB_RASTER_END 0x2360 #define H263_AIC 0x2610 #elif defined(__APPLE__) #define Y_DC_SCALE 0xa30 #define C_DC_SCALE 0xa34 #define AC_PRED 0xa5c -#define BLOCK_LAST_INDEX 0x2140 -#define INTER_SCANTAB_RASTER_END 0x2340 +#define BLOCK_LAST_INDEX 0x213c +#define INTER_SCANTAB_RASTER_END 0x233c #define H263_AIC 0x25e4 #endif