From bb41115d56930b9f5d59e79dca254d1201246967 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 3 Aug 2014 11:06:06 -0700 Subject: imgutils: Do not declare avpriv_set_systematic_pal2 in the public header --- libavutil/imgutils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavutil/imgutils.h') diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index 313037ae76..50fa8159e8 100644 --- a/libavutil/imgutils.h +++ b/libavutil/imgutils.h @@ -143,8 +143,6 @@ int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *lo */ int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar); -int avpriv_set_systematic_pal2(uint32_t pal[256], enum AVPixelFormat pix_fmt); - /** * @} */ -- cgit v1.2.3