From 66b691f99f77ebb59d5c192aab4eefec4d200be8 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 24 Aug 2022 21:28:16 +0200 Subject: avcodec/internal: Move ff_get_buffer() to decode.h Only used by decoders (encoders have ff_encode_alloc_frame()). Also clean up the other headers a bit while removing now redundant internal.h inclusions. Signed-off-by: Andreas Rheinhardt --- libavcodec/qdmc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/qdmc.c') diff --git a/libavcodec/qdmc.c b/libavcodec/qdmc.c index 0a66d66441..77bb8d1742 100644 --- a/libavcodec/qdmc.c +++ b/libavcodec/qdmc.c @@ -21,7 +21,6 @@ #include #include -#include #define BITSTREAM_READER_LE @@ -32,8 +31,8 @@ #include "avcodec.h" #include "bytestream.h" #include "codec_internal.h" +#include "decode.h" #include "get_bits.h" -#include "internal.h" typedef struct QDMCTone { uint8_t mode; -- cgit v1.2.3