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

alexc subversion
Mon Aug 17 02:15:02 CEST 2009


Author: alexc
Date: Mon Aug 17 02:15:02 2009
New Revision: 19662

Log:
Mark the AOT escape value as supported.

Modified:
   trunk/libavcodec/mpeg4audio.h

Modified: trunk/libavcodec/mpeg4audio.h
==============================================================================
--- trunk/libavcodec/mpeg4audio.h	Mon Aug 17 02:14:10 2009	(r19661)
+++ trunk/libavcodec/mpeg4audio.h	Mon Aug 17 02:15:02 2009	(r19662)
@@ -79,7 +79,7 @@ enum AudioObjectType {
     AOT_SSC,                   ///< N                       SinuSoidal Coding
     AOT_PS,                    ///< N                       Parametric Stereo
     AOT_SURROUND,              ///< N                       MPEG Surround
-    AOT_ESCAPE,                ///< N                       Escape Value
+    AOT_ESCAPE,                ///< Y                       Escape Value
     AOT_L1,                    ///< Y                       Layer 1
     AOT_L2,                    ///< Y                       Layer 2
     AOT_L3,                    ///< Y                       Layer 3



More information about the ffmpeg-cvslog mailing list