diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-11-11 01:04:08 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-11-11 01:04:08 +0000 |
commit | 4312b9367a9d6d6e14a7804330d1bf04a85e5a8e (patch) | |
tree | c38683ec56ba7fb28a16a94ca84f8d21510e7fdc | |
parent | dd6308addd7c822538136650bbc025dde74fa6d4 (diff) | |
download | ffmpeg-4312b9367a9d6d6e14a7804330d1bf04a85e5a8e.tar.gz |
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.
Originally committed as revision 20510 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/mpeg4audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index 98cddad2b1..5e3a1d39fb 100644 --- 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 }; |