comparison mpeg4audio.h @ 10520:6a7840f3ed4e libavcodec

Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.
author alexc
date Wed, 11 Nov 2009 20:36:42 +0000
parents d7ac0d3ddd95
children 18ff6110a6b0
comparison
equal deleted inserted replaced
10519:06d6393bbaeb 10520:6a7840f3ed4e
92 AOT_SMR_SIMPLE, ///< N Symbolic Music Representation Simple 92 AOT_SMR_SIMPLE, ///< N Symbolic Music Representation Simple
93 AOT_SMR_MAIN, ///< N Symbolic Music Representation Main 93 AOT_SMR_MAIN, ///< N Symbolic Music Representation Main
94 AOT_USAC_NOSBR, ///< N Unified Speech and Audio Coding (no SBR) 94 AOT_USAC_NOSBR, ///< N Unified Speech and Audio Coding (no SBR)
95 AOT_SAOC, ///< N Spatial Audio Object Coding 95 AOT_SAOC, ///< N Spatial Audio Object Coding
96 AOT_LD_SURROUND, ///< N Low Delay MPEG Surround 96 AOT_LD_SURROUND, ///< N Low Delay MPEG Surround
97 AOT_USAC = 45, ///< N Unified Speech and Audio Coding 97 AOT_USAC, ///< N Unified Speech and Audio Coding
98 }; 98 };
99 99
100 #define MAX_PCE_SIZE 304 ///<Maximum size of a PCE including the 3-bit ID_PCE 100 #define MAX_PCE_SIZE 304 ///<Maximum size of a PCE including the 3-bit ID_PCE
101 ///<marker and the comment 101 ///<marker and the comment
102 102