From: alexc Date: Wed, 11 Nov 2009 20:36:42 +0000 (+0000) Subject: Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/b2b4b5270cae1a1f5399a1b0167858516e219467 Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20514 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index c9eac1818..64a3f029a 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 ///