diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-08-03 11:06:06 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-08-04 02:52:33 -0700 |
commit | bb41115d56930b9f5d59e79dca254d1201246967 (patch) | |
tree | 5997f5af57dfc522b20519aa01e5e62c004b25e5 /libavutil/internal.h | |
parent | 1ef9e8376466bb1e2c147e47554b94cab9c8b04a (diff) | |
download | ffmpeg-bb41115d56930b9f5d59e79dca254d1201246967.tar.gz |
imgutils: Do not declare avpriv_set_systematic_pal2 in the public header
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 210c52437e..067c6ca303 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -37,6 +37,7 @@ #include "config.h" #include "attributes.h" #include "dict.h" +#include "pixfmt.h" #if ARCH_X86 # include "x86/emms.h" @@ -219,4 +220,6 @@ void avpriv_request_sample(void *avc, */ int avpriv_open(const char *filename, int flags, ...); +int avpriv_set_systematic_pal2(uint32_t pal[256], enum AVPixelFormat pix_fmt); + #endif /* AVUTIL_INTERNAL_H */ |