diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-04 12:41:15 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-04 12:41:15 +0200 |
commit | 22a0249debb1b7dceee4820b6c067be3a7e88ccc (patch) | |
tree | a00ecb65001d36aaff2bdffa7f15e0eeae6925ee /libavutil/internal.h | |
parent | 71d008ebe4f96974433eecfd3575bc82eb4b06a8 (diff) | |
parent | bb41115d56930b9f5d59e79dca254d1201246967 (diff) | |
download | ffmpeg-22a0249debb1b7dceee4820b6c067be3a7e88ccc.tar.gz |
Merge commit 'bb41115d56930b9f5d59e79dca254d1201246967'
* commit 'bb41115d56930b9f5d59e79dca254d1201246967':
imgutils: Do not declare avpriv_set_systematic_pal2 in the public header
Conflicts:
libavutil/internal.h
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 ea3c31e4fb..2d1b37b719 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -39,6 +39,7 @@ #include "timer.h" #include "cpu.h" #include "dict.h" +#include "pixfmt.h" #include "version.h" #if ARCH_X86 @@ -256,6 +257,8 @@ 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); + #if FF_API_GET_CHANNEL_LAYOUT_COMPAT uint64_t ff_get_channel_layout(const char *name, int compat); #endif |