mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
avcodec/atrac9tab: add missing header include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
e25c25ebd8
commit
a61b56624b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user