[FFmpeg-cvslog] avcodec/atrac9tab: add missing header include

James Almer git at videolan.org
Wed Jul 4 21:58:17 EEST 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Jul  4 15:56:23 2018 -0300| [a61b56624b999f6404fcfde857be700c73e6aa93] | committer: James Almer

avcodec/atrac9tab: add missing header include

Fixes make checkheaders

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a61b56624b999f6404fcfde857be700c73e6aa93
---

 libavcodec/atrac9tab.h | 2 ++
 1 file changed, 2 insertions(+)

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 */



More information about the ffmpeg-cvslog mailing list