aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/bmpenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-28 22:15:23 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-31 00:08:43 +0100
commit0e5f71230a1668cfdbc6e5d9d2b3bbee613cdfcc (patch)
treef8a397dc8c37ffcccc32cc05955cb00e0f56c1eb /libavcodec/bmpenc.c
parent888e2c0a85d945cd7cddbc9c7434b9f260ac0fa0 (diff)
downloadffmpeg-0e5f71230a1668cfdbc6e5d9d2b3bbee613cdfcc.tar.gz
avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/bmpenc.c')
-rw-r--r--libavcodec/bmpenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bmpenc.c b/libavcodec/bmpenc.c
index 3e3ca324ea..48f25170ba 100644
--- a/libavcodec/bmpenc.c
+++ b/libavcodec/bmpenc.c
@@ -22,8 +22,8 @@
#include "config.h"
-#include "libavutil/imgutils.h"
#include "libavutil/avassert.h"
+#include "libavutil/imgutils_internal.h"
#include "avcodec.h"
#include "bytestream.h"
#include "bmp.h"