From a688f3c13ce55c2ba51dbbb344564649f1bb52fe Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 16 Mar 2022 18:18:28 +0100 Subject: avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h Also move FF_CODEC_TAGS_END as well as struct AVCodecDefault. This reduces the amount of files that have to include internal.h (which comes with quite a lot of indirect inclusions), as e.g. most encoders don't need it. It is furthemore in preparation for moving the private part of AVCodec out of the public codec.h. Signed-off-by: Andreas Rheinhardt --- libavcodec/flvenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/flvenc.c') diff --git a/libavcodec/flvenc.c b/libavcodec/flvenc.c index 663a33c959..8a1e5d6076 100644 --- a/libavcodec/flvenc.c +++ b/libavcodec/flvenc.c @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "codec_internal.h" #include "flvenc.h" #include "h263data.h" #include "mpegvideo.h" -- cgit v1.2.3