[FFmpeg-cvslog] r20514 - trunk/libavcodec/mpeg4audio.h

alexc subversion
Wed Nov 11 21:36:43 CET 2009


Author: alexc
Date: Wed Nov 11 21:36:42 2009
New Revision: 20514

Log:
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.

Modified:
   trunk/libavcodec/mpeg4audio.h

Modified: trunk/libavcodec/mpeg4audio.h
==============================================================================
--- trunk/libavcodec/mpeg4audio.h	Wed Nov 11 21:33:56 2009	(r20513)
+++ trunk/libavcodec/mpeg4audio.h	Wed Nov 11 21:36:42 2009	(r20514)
@@ -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



More information about the ffmpeg-cvslog mailing list