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
0745116c
Commit
0745116c
authored
14 years ago
by
Mans Rullgard
Browse files
Options
Downloads
Patches
Plain Diff
ARM: update MpegEncContext offsets
parent
2e279598
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
+6
-6
6 additions, 6 deletions
libavcodec/arm/asm-offsets.h
with
6 additions
and
6 deletions
libavcodec/arm/asm-offsets.h
+
6
−
6
View file @
0745116c
...
...
@@ -33,16 +33,16 @@
#define Y_DC_SCALE 0xab4
#define C_DC_SCALE 0xab8
#define AC_PRED 0xae0
#define BLOCK_LAST_INDEX 0x21
b
c
#define INTER_SCANTAB_RASTER_END 0x23
b
c
#define H263_AIC 0x26
68
#define BLOCK_LAST_INDEX 0x21c
0
#define INTER_SCANTAB_RASTER_END 0x23c
0
#define H263_AIC 0x26
70
#elif defined(__APPLE__)
#define Y_DC_SCALE 0xa70
#define C_DC_SCALE 0xa74
#define AC_PRED 0xa9c
#define BLOCK_LAST_INDEX 0x217
8
#define INTER_SCANTAB_RASTER_END 0x237
8
#define H263_AIC 0x26
1c
#define BLOCK_LAST_INDEX 0x217
c
#define INTER_SCANTAB_RASTER_END 0x237
c
#define H263_AIC 0x26
20
#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