aacenc: Save channel configuration for later use.

This commit is contained in:
Nathan Caldwell
2011-06-19 22:29:37 -06:00
committed by Alex Converse
parent 8dbaa5bd69
commit 1bb52045d3
2 changed files with 9 additions and 8 deletions

View File

@@ -61,6 +61,7 @@ typedef struct AACEncContext {
int16_t *samples; ///< saved preprocessed input
int samplerate_index; ///< MPEG-4 samplerate index
uint8_t *chan_map; ///< channel configuration map
ChannelElement *cpe; ///< channel elements
FFPsyContext psy;