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
a55eb158
Commit
a55eb158
authored
13 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
oma: make header compile standalone
parent
bc4d1561
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
libavformat/oma.h
+6
-1
6 additions, 1 deletion
libavformat/oma.h
with
6 additions
and
1 deletion
libavformat/oma.h
+
6
−
1
View file @
a55eb158
...
@@ -21,6 +21,10 @@
...
@@ -21,6 +21,10 @@
#ifndef AVFORMAT_OMA_H
#ifndef AVFORMAT_OMA_H
#define AVFORMAT_OMA_H
#define AVFORMAT_OMA_H
#include
<stdint.h>
#include
"internal.h"
#define EA3_HEADER_SIZE 96
#define EA3_HEADER_SIZE 96
#define ID3v2_EA3_MAGIC "ea3"
#define ID3v2_EA3_MAGIC "ea3"
#define OMA_ENC_HEADER_SIZE 16
#define OMA_ENC_HEADER_SIZE 16
...
@@ -36,4 +40,5 @@ enum {
...
@@ -36,4 +40,5 @@ enum {
extern
const
uint16_t
ff_oma_srate_tab
[
6
];
extern
const
uint16_t
ff_oma_srate_tab
[
6
];
extern
const
AVCodecTag
ff_oma_codec_tags
[];
extern
const
AVCodecTag
ff_oma_codec_tags
[];
#endif
#endif
/* AVFORMAT_OMA_H */
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