mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
dd6308addd
commit
4312b9367a
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user