comparison mpeg4audio.h @ 10516:f59203839b77 libavcodec

Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.
author alexc
date Wed, 11 Nov 2009 01:04:08 +0000
parents 669776b7b051
children d7ac0d3ddd95
comparison
equal deleted inserted replaced
10515:0655a0dd3c74 10516:f59203839b77
90 AOT_ER_AAC_ELD, ///< N Error Resilient Enhanced Low Delay 90 AOT_ER_AAC_ELD, ///< N Error Resilient Enhanced Low Delay
91 AOT_SMR_SIMPLE, ///< N Symbolic Music Representation Simple 91 AOT_SMR_SIMPLE, ///< N Symbolic Music Representation Simple
92 AOT_SMR_MAIN, ///< N Symbolic Music Representation Main 92 AOT_SMR_MAIN, ///< N Symbolic Music Representation Main
93 AOT_USAC_NOSBR, ///< N Unified Speech and Audio Coding (no SBR) 93 AOT_USAC_NOSBR, ///< N Unified Speech and Audio Coding (no SBR)
94 AOT_SAOC, ///< N Spatial Audio Object Coding 94 AOT_SAOC, ///< N Spatial Audio Object Coding
95 AOT_LD_SURROUND, ///< N Low Delay MPEG Surround
95 AOT_USAC = 45, ///< N Unified Speech and Audio Coding 96 AOT_USAC = 45, ///< N Unified Speech and Audio Coding
96 }; 97 };
97 98
98 #define MAX_PCE_SIZE 304 ///<Maximum size of a PCE including the 3-bit ID_PCE 99 #define MAX_PCE_SIZE 304 ///<Maximum size of a PCE including the 3-bit ID_PCE
99 ///<marker and the comment 100 ///<marker and the comment