From 6f9932476dac9fde855ea84aa07bf424c5836967 Mon Sep 17 00:00:00 2001
From: Luca Barbato <lu_zero@gentoo.org>
Date: Fri, 10 Sep 2010 19:25:42 +0000
Subject: [PATCH] Update H263_AIC asm offset for the apple variant

Originally committed as revision 25099 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/arm/asm-offsets.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/arm/asm-offsets.h b/libavcodec/arm/asm-offsets.h
index 76a201d2c42..efdf1fefe4c 100644
--- a/libavcodec/arm/asm-offsets.h
+++ b/libavcodec/arm/asm-offsets.h
@@ -42,7 +42,7 @@
 #define AC_PRED                  0xa5c
 #define BLOCK_LAST_INDEX         0x213c
 #define INTER_SCANTAB_RASTER_END 0x233c
-#define H263_AIC                 0x25e4
+#define H263_AIC                 0x25e0
 #endif
 
 #endif
-- 
GitLab