]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac.h
ffmpeg: check samplerate from decoder.
[ffmpeg] / libavcodec / aac.h
index 6fdeedea2162b7928ca27390e46c32959db4e166..a45e758f6ebaeffd407705a4e0ff9c51a61b8bbc 100644 (file)
@@ -263,9 +263,8 @@ typedef struct {
      * @name Channel element related data
      * @{
      */
-    enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the
-                                                   *   first index as the first 4 raw data block types
-                                                   */
+    uint8_t layout_map[MAX_ELEM_ID*4][3];
+    int layout_map_tags;
     ChannelElement          *che[4][MAX_ELEM_ID];
     ChannelElement  *tag_che_map[4][MAX_ELEM_ID];
     int tags_mapped;