We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d4a2a commit 37bed6fCopy full SHA for 37bed6f
libavcodec/aac.h
@@ -263,9 +263,8 @@ typedef struct {
263
* @name Channel element related data
264
* @{
265
*/
266
- enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the
267
- * first index as the first 4 raw data block types
268
- */
+ uint8_t layout_map[MAX_ELEM_ID*4][3];
+ int layout_map_tags;
269
ChannelElement *che[4][MAX_ELEM_ID];
270
ChannelElement *tag_che_map[4][MAX_ELEM_ID];
271
int tags_mapped;
0 commit comments