From e2c24e6a299b7e0e5387bdc50c11d16857b950a0 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 24 Aug 2022 20:49:25 +0200 Subject: avcodec/internal: Move ff_reget_buffer() to decode.h Only used by decoders. Also clean up the headers a bit while removing now unnecessary internal.h inclusions. Signed-off-by: Andreas Rheinhardt --- libavcodec/cdtoons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cdtoons.c') diff --git a/libavcodec/cdtoons.c b/libavcodec/cdtoons.c index c1b4577dca..00fbe58c26 100644 --- a/libavcodec/cdtoons.c +++ b/libavcodec/cdtoons.c @@ -32,7 +32,7 @@ #include "avcodec.h" #include "bytestream.h" #include "codec_internal.h" -#include "internal.h" +#include "decode.h" #define CDTOONS_HEADER_SIZE 44 #define CDTOONS_MAX_SPRITES 1200 -- cgit v1.2.1