[SCM] libav/experimental: Mark the AOT escape value as supported.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:50:10 UTC 2013


The following commit has been merged in the experimental branch:
commit 8ba939d7020ba51267df612c14cd870d03f428fc
Author: Alex Converse <alex.converse at gmail.com>
Date:   Mon Aug 17 00:15:02 2009 +0000

    Mark the AOT escape value as supported.
    
    Originally committed as revision 19662 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h
index 97c5c5a..98cddad 100644
--- a/libavcodec/mpeg4audio.h
+++ b/libavcodec/mpeg4audio.h
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list