[SCM] libav/experimental: Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:54:24 UTC 2013


The following commit has been merged in the experimental branch:
commit 4312b9367a9d6d6e14a7804330d1bf04a85e5a8e
Author: Alex Converse <alex.converse at gmail.com>
Date:   Wed Nov 11 01:04:08 2009 +0000

    Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.
    
    Originally committed as revision 20510 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h
index 98cddad..5e3a1d3 100644
--- a/libavcodec/mpeg4audio.h
+++ b/libavcodec/mpeg4audio.h
@@ -92,6 +92,7 @@ enum AudioObjectType {
     AOT_SMR_MAIN,              ///< N                       Symbolic Music Representation Main
     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
 };
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list