Commit a61b5662 authored by James Almer's avatar James Almer

avcodec/atrac9tab: add missing header include

Fixes make checkheaders
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent e25c25eb
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment