Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-12 14:44:21 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-15 19:13:56 +0300
commit104abea6469dd290c77b9d3916d3dadac52d4f04 (patch)
treef93d2fe048cdf4d6f8067e3ffeba542c02df0844 /libavcodec/ac3.c
parentcbd75ecc18db15f38f101991599f83af3ff48deb (diff)
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>
Diffstat (limited to 'libavcodec/ac3.c')
-rw-r--r--libavcodec/ac3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3.c b/libavcodec/ac3.c
index 01fb3b3d7a..60491d1a7a 100644
--- a/libavcodec/ac3.c
+++ b/libavcodec/ac3.c
@@ -28,6 +28,7 @@
#include "libavutil/macros.h"
#include "ac3.h"
+#include "ac3defs.h"
/**
* Starting frequency coefficient bin for each critical band.