Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(772)

Unified Diff: source/patched-ffmpeg-mt/libavcodec/arm/asm-offsets.h

Issue 3384002: ffmpeg source update for sep 09 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/patched-ffmpeg-mt/libavcodec/arm/asm-offsets.h
===================================================================
--- source/patched-ffmpeg-mt/libavcodec/arm/asm-offsets.h (revision 59334)
+++ source/patched-ffmpeg-mt/libavcodec/arm/asm-offsets.h (working copy)
@@ -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
« no previous file with comments | « source/patched-ffmpeg-mt/libavcodec/ansi.c ('k') | source/patched-ffmpeg-mt/libavcodec/arm/dsputil_init_arm.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698