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
d3487e47
Commit
d3487e47
authored
Mar 18, 2009
by
Alex Converse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the MPEG-4 AOT table.
Originally committed as revision 18033 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b8b00d94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
mpeg4audio.h
libavcodec/mpeg4audio.h
+13
-0
No files found.
libavcodec/mpeg4audio.h
View file @
d3487e47
...
...
@@ -74,6 +74,19 @@ enum AudioObjectType {
AOT_ER_HILN
,
///< N Error Resilient Harmonic and Individual Lines plus Noise
AOT_ER_PARAM
,
///< N Error Resilient Parametric
AOT_SSC
,
///< N SinuSoidal Coding
AOT_PS
,
///< N Parametric Stereo
AOT_SURROUND
,
///< N MPEG Surround
AOT_ESCAPE
,
///< N Escape Value
AOT_L1
,
///< Y Layer 1
AOT_L2
,
///< Y Layer 2
AOT_L3
,
///< Y Layer 3
AOT_DST
,
///< N Direct Stream Transfer
AOT_ALS
,
///< N Audio LosslesS
AOT_SLS
,
///< N Scalable LosslesS
AOT_SLS_NON_CORE
,
///< N Scalable LosslesS (non core)
AOT_ER_AAC_LD
,
///< N Error Resilient Enhanced Low Delay
AOT_SMR_SIMPLE
,
///< N Symbolic Music Representation Simple
AOT_SMR_MAIN
,
///< N Symbolic Music Representation Main
};
#endif
/* AVCODEC_MPEG4AUDIO_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