summaryrefslogtreecommitdiff
path: root/libavcodec/atrac9tab.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-07-04 15:56:23 -0300
committerJames Almer <jamrial@gmail.com>2018-07-04 15:56:44 -0300
commita61b56624b999f6404fcfde857be700c73e6aa93 (patch)
tree657a82636dd73ca42401503335b227b050c535d6 /libavcodec/atrac9tab.h
parente25c25ebd8173e2b3eec469bd059de9306d628ec (diff)
avcodec/atrac9tab: add missing header include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/atrac9tab.h')
-rw-r--r--libavcodec/atrac9tab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/atrac9tab.h b/libavcodec/atrac9tab.h
index f245656fd9..d25c6f1b7f 100644
--- a/libavcodec/atrac9tab.h
+++ b/libavcodec/atrac9tab.h
@@ -24,6 +24,8 @@
#include <stdint.h>
+#include "libavutil/channel_layout.h"
+
enum ATRAC9BlockType {
ATRAC9_BLOCK_TYPE_SCE, /* Single channel */
ATRAC9_BLOCK_TYPE_CPE, /* 2 coupled channels */