Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
94f8b2d7
Commit
94f8b2d7
authored
14 years ago
by
Måns Rullgård
Browse files
Options
Downloads
Patches
Plain Diff
ARM: update struct offsets
Originally committed as revision 24923 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
0fc29f27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/arm/asm-offsets.h
+4
-4
4 additions, 4 deletions
libavcodec/arm/asm-offsets.h
with
4 additions
and
4 deletions
libavcodec/arm/asm-offsets.h
+
4
−
4
View file @
94f8b2d7
...
@@ -33,15 +33,15 @@
...
@@ -33,15 +33,15 @@
#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 0x216
4
#define BLOCK_LAST_INDEX 0x216
0
#define INTER_SCANTAB_RASTER_END 0x236
4
#define INTER_SCANTAB_RASTER_END 0x236
0
#define H263_AIC 0x2610
#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 0x21
40
#define BLOCK_LAST_INDEX 0x21
3c
#define INTER_SCANTAB_RASTER_END 0x23
40
#define INTER_SCANTAB_RASTER_END 0x23
3c
#define H263_AIC 0x25e4
#define H263_AIC 0x25e4
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment