]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/atrac9tab.h
avcodec/dvbsub_parser: Do not discard data
[ffmpeg] / libavcodec / atrac9tab.h
index adb10fb027d492f9748b9752629497a1668fd84f..d25c6f1b7fae3b7e08f9317f9498da34049a9eb1 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVCODEC_ATRAC9TAB_H
+#define AVCODEC_ATRAC9TAB_H
+
 #include <stdint.h>
 
+#include "libavutil/channel_layout.h"
+
 enum ATRAC9BlockType {
     ATRAC9_BLOCK_TYPE_SCE, /* Single channel */
     ATRAC9_BLOCK_TYPE_CPE, /* 2 coupled channels */
@@ -1624,3 +1629,5 @@ static const HuffmanCodebook at9_huffman_coeffs[][8][4] = {
         },
     },
 };
+
+#endif /* AVCODEC_ATRAC9TAB_H */