[FFmpeg-soc] [soc]: r2694 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sun Jul 6 12:09:56 CEST 2008
Author: superdump
Date: Sun Jul 6 12:09:56 2008
New Revision: 2694
Log:
Reindent after last commit
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sun Jul 6 12:09:56 2008
@@ -177,10 +177,10 @@ enum {
*/
typedef struct {
enum ChannelType 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 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