OSDN Git Service

Mark the AOT escape value as supported.
authorAlex Converse <alex.converse@gmail.com>
Mon, 17 Aug 2009 00:15:02 +0000 (00:15 +0000)
committerAlex Converse <alex.converse@gmail.com>
Mon, 17 Aug 2009 00:15:02 +0000 (00:15 +0000)
Originally committed as revision 19662 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpeg4audio.h

index 97c5c5a..98cddad 100644 (file)
@@ -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