mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-23 16:13:29 +08:00
avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h
Move AC3HeaderInfo into ac3_parser_internal.h and the rest into a new header ac3defs.h. This also breaks an include cycle of ac3.h and ac3tab.h (the latter now only needs ac3defs.h). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
#include "libavcodec/adts_header.h"
|
||||
#include "libavcodec/adts_parser.h"
|
||||
#include "libavcodec/ac3tab.h"
|
||||
#include "libavcodec/ac3_parser_internal.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user