mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
ac3tab.h: #include the correct headers
This commit is contained in:
parent
d48132b7de
commit
4b48201d4d
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,9 @@
|
|||
#ifndef AVCODEC_AC3TAB_H
|
||||
#define AVCODEC_AC3TAB_H
|
||||
|
||||
#include "libavutil/common.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include "libavutil/internal.h"
|
||||
#include "ac3.h"
|
||||
|
||||
#if CONFIG_HARDCODED_TABLES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue