From 104abea6469dd290c77b9d3916d3dadac52d4f04 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 12 May 2022 13:44:21 +0200 Subject: 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 --- libavcodec/ac3_parser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/ac3_parser.c') diff --git a/libavcodec/ac3_parser.c b/libavcodec/ac3_parser.c index 86e8d417eb..119b1598c5 100644 --- a/libavcodec/ac3_parser.c +++ b/libavcodec/ac3_parser.c @@ -25,6 +25,8 @@ #include "libavutil/channel_layout.h" #include "parser.h" +#include "ac3defs.h" +#include "ac3tab.h" #include "ac3_parser.h" #include "ac3_parser_internal.h" #include "aac_ac3_parser.h" -- cgit v1.2.3