diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-11-11 20:36:42 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-11-11 20:36:42 +0000 |
commit | e92ad83f54cc14bf9d7f5737b1cea3289c1f280d (patch) | |
tree | 27a1108c56d954e1ef655ba5b18747a9d2578e08 /libavcodec/mpeg4audio.h | |
parent | 01d19fbc9fcd666f86015ac3f2637017714528c5 (diff) | |
download | ffmpeg-e92ad83f54cc14bf9d7f5737b1cea3289c1f280d.tar.gz |
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.
Originally committed as revision 20514 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg4audio.h')
-rw-r--r-- | libavcodec/mpeg4audio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index c9eac18188..64a3f029af 100644 --- a/libavcodec/mpeg4audio.h +++ b/libavcodec/mpeg4audio.h @@ -94,7 +94,7 @@ enum AudioObjectType { 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 + AOT_USAC, ///< N Unified Speech and Audio Coding }; #define MAX_PCE_SIZE 304 ///<Maximum size of a PCE including the 3-bit ID_PCE |