Browse Source

aacenc: Make chan_map const correct

tags/n0.9
Alex Converse 14 years ago
parent
commit
ce2649af3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/aacenc.h

+ 1
- 1
libavcodec/aacenc.h View File

@@ -61,7 +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
const uint8_t *chan_map; ///< channel configuration map

ChannelElement *cpe; ///< channel elements
FFPsyContext psy;


Loading…
Cancel
Save