Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a55eb158
Commit
a55eb158
authored
Dec 20, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oma: make header compile standalone
parent
bc4d1561
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
oma.h
libavformat/oma.h
+6
-1
No files found.
libavformat/oma.h
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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment