projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd6308a
)
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.
author
Alex Converse
<alex.converse@gmail.com>
Wed, 11 Nov 2009 01:04:08 +0000
(
01:04
+0000)
committer
Alex Converse
<alex.converse@gmail.com>
Wed, 11 Nov 2009 01:04:08 +0000
(
01:04
+0000)
Originally committed as revision 20510 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpeg4audio.h
patch
|
blob
|
history
diff --git
a/libavcodec/mpeg4audio.h
b/libavcodec/mpeg4audio.h
index
98cddad
..
5e3a1d3
100644
(file)
--- a/
libavcodec/mpeg4audio.h
+++ b/
libavcodec/mpeg4audio.h
@@
-92,6
+92,7
@@
enum AudioObjectType {
AOT_SMR_MAIN, ///< N Symbolic Music Representation Main
AOT_USAC_NOSBR, ///< N Unified Speech and Audio Coding (no SBR)
AOT_SAOC, ///< N Spatial Audio Object Coding
+ AOT_LD_SURROUND, ///< N Low Delay MPEG Surround
AOT_USAC = 45, ///< N Unified Speech and Audio Coding
};