From 1be3d8a0cb77f8d34c1f39b47bf5328fe10c82d7 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 12 Jun 2021 01:10:58 +0200 Subject: avcodec/avcodec: Stop including channel_layout.h in avcodec.h Also include channel_layout.h directly wherever used. Signed-off-by: Andreas Rheinhardt --- libavcodec/encode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/encode.c') diff --git a/libavcodec/encode.c b/libavcodec/encode.c index a569904f2c..98dfbfdff3 100644 --- a/libavcodec/encode.c +++ b/libavcodec/encode.c @@ -20,6 +20,7 @@ #include "libavutil/attributes.h" #include "libavutil/avassert.h" +#include "libavutil/channel_layout.h" #include "libavutil/frame.h" #include "libavutil/imgutils.h" #include "libavutil/internal.h" -- cgit v1.2.3