avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2024-03-28 22:15:23 +01:00
parent 888e2c0a85
commit 0e5f71230a
10 changed files with 11 additions and 6 deletions

View File

@@ -42,7 +42,6 @@
#include "attributes.h"
#include "libm.h"
#include "macros.h"
#include "pixfmt.h"
#ifndef attribute_align_arg
#if ARCH_X86_32 && AV_GCC_VERSION_AT_LEAST(4,2)
@@ -152,8 +151,6 @@ void avpriv_request_sample(void *avc,
#define SUINT32 uint32_t
#endif
int avpriv_set_systematic_pal2(uint32_t pal[256], enum AVPixelFormat pix_fmt);
static av_always_inline av_const int avpriv_mirror(int x, int w)
{
if (!w)