Commit 9b4ee8fa authored by alexc's avatar alexc

Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20510 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8a157c83
...@@ -92,6 +92,7 @@ enum AudioObjectType { ...@@ -92,6 +92,7 @@ enum AudioObjectType {
AOT_SMR_MAIN, ///< N Symbolic Music Representation Main AOT_SMR_MAIN, ///< N Symbolic Music Representation Main
AOT_USAC_NOSBR, ///< N Unified Speech and Audio Coding (no SBR) AOT_USAC_NOSBR, ///< N Unified Speech and Audio Coding (no SBR)
AOT_SAOC, ///< N Spatial Audio Object Coding AOT_SAOC, ///< N Spatial Audio Object Coding
AOT_LD_SURROUND, ///< N Low Delay MPEG Surround
AOT_USAC = 45, ///< N Unified Speech and Audio Coding AOT_USAC = 45, ///< N Unified Speech and Audio Coding
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment