Mercurial > libavcodec.hg
diff mpeg4audio.h @ 10516:f59203839b77 libavcodec
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.
author | alexc |
---|---|
date | Wed, 11 Nov 2009 01:04:08 +0000 |
parents | 669776b7b051 |
children | d7ac0d3ddd95 |
line wrap: on
line diff
--- a/mpeg4audio.h Tue Nov 10 21:53:22 2009 +0000 +++ b/mpeg4audio.h Wed Nov 11 01:04:08 2009 +0000 @@ -92,6 +92,7 @@ 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 };