mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 11:30:08 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user