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>2021-06-12 02:10:58 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 12:14:31 +0300
commit1be3d8a0cb77f8d34c1f39b47bf5328fe10c82d7 (patch)
treee5fe6fc80bf3e5efa5f1c30b3f8e610ca8a4ee65 /libavfilter/avf_showcqt.c
parent57b5ec6ba7df442caebc401c4a7ef3ebc066b519 (diff)
avcodec/avcodec: Stop including channel_layout.h in avcodec.h
Also include channel_layout.h directly wherever used. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/avf_showcqt.c')
-rw-r--r--libavfilter/avf_showcqt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avf_showcqt.c b/libavfilter/avf_showcqt.c
index 996a6f63c5..37589dd151 100644
--- a/libavfilter/avf_showcqt.c
+++ b/libavfilter/avf_showcqt.c
@@ -21,6 +21,7 @@
#include "config.h"
#include "libavcodec/avfft.h"
#include "libavutil/avassert.h"
+#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "libavutil/xga_font_data.h"
#include "libavutil/eval.h"