|
|
|
@ -399,8 +399,6 @@ static uint64_t sniff_channel_order(uint8_t (*layout_map)[3], int tags) |
|
|
|
|
/**
|
|
|
|
|
* Configure output channel order based on the current program configuration element. |
|
|
|
|
* |
|
|
|
|
* @param che_pos current channel position configuration |
|
|
|
|
* |
|
|
|
|
* @return Returns error status. 0 - OK, !0 - error |
|
|
|
|
*/ |
|
|
|
|
static av_cold int output_configure(AACContext *ac, |
|
|
|
@ -442,8 +440,6 @@ static av_cold int output_configure(AACContext *ac, |
|
|
|
|
/**
|
|
|
|
|
* Decode an array of 4 bit element IDs, optionally interleaved with a stereo/mono switching bit. |
|
|
|
|
* |
|
|
|
|
* @param cpe_map Stereo (Channel Pair Element) map, NULL if stereo bit is not present. |
|
|
|
|
* @param sce_map mono (Single Channel Element) map |
|
|
|
|
* @param type speaker type/position for these channels |
|
|
|
|
*/ |
|
|
|
|
static void decode_channel_map(uint8_t layout_map[][3], |
|
|
|
|