changeset 12357:71fbfa6cda8f libavcodec

ARM: update struct offsets
author mru
date Tue, 03 Aug 2010 22:29:38 +0000
parents 1241c824de46
children d596749eb0bc
files arm/asm-offsets.h
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/arm/asm-offsets.h	Tue Aug 03 20:59:00 2010 +0000
+++ b/arm/asm-offsets.h	Tue Aug 03 22:29:38 2010 +0000
@@ -33,16 +33,16 @@
 #define Y_DC_SCALE               0xa54
 #define C_DC_SCALE               0xa58
 #define AC_PRED                  0xa80
-#define BLOCK_LAST_INDEX         0x2278
-#define INTER_SCANTAB_RASTER_END 0x2478
-#define H263_AIC                 0x2728
+#define BLOCK_LAST_INDEX         0x2164
+#define INTER_SCANTAB_RASTER_END 0x2364
+#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         0x2254
-#define INTER_SCANTAB_RASTER_END 0x2454
-#define H263_AIC                 0x26f8
+#define BLOCK_LAST_INDEX         0x2140
+#define INTER_SCANTAB_RASTER_END 0x2340
+#define H263_AIC                 0x25e4
 #endif
 
 #endif