[FFmpeg-soc] [soc]: r2622 - aac/aac.c
superdump
subversion at mplayerhq.hu
Tue Jul 1 14:40:59 CEST 2008
Author: superdump
Date: Tue Jul 1 14:40:58 2008
New Revision: 2622
Log:
Vertically align comments
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Tue Jul 1 14:40:58 2008
@@ -176,11 +176,11 @@ enum {
* stream (ID_PCE) or created based on a default fixed channel arrangement.
*/
typedef struct {
- int che_type[4][MAX_TAGID]; ///< channel element type with the first index as the first 4 raw_data_block IDs
- int mono_mixdown; ///< The SCE tag to use if user requests mono output, -1 if not available.
- int stereo_mixdown; ///< The CPE tag to use if user requests stereo output, -1 if not available.
- int mixdown_coeff_index; ///< 0-3
- int pseudo_surround; ///< Mix surround channels out of phase.
+ int che_type[4][MAX_TAGID]; ///< channel element type with the first index as the first 4 raw_data_block IDs
+ int mono_mixdown; ///< The SCE tag to use if user requests mono output, -1 if not available.
+ int stereo_mixdown; ///< The CPE tag to use if user requests stereo output, -1 if not available.
+ int mixdown_coeff_index; ///< 0-3
+ int pseudo_surround; ///< Mix surround channels out of phase.
} ProgramConfig;
#ifdef AAC_LTP
More information about the FFmpeg-soc
mailing list