summaryrefslogtreecommitdiff
path: root/libavutil/imgutils.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-03 11:06:06 -0700
committerDiego Biurrun <diego@biurrun.de>2014-08-04 02:52:33 -0700
commitbb41115d56930b9f5d59e79dca254d1201246967 (patch)
tree5997f5af57dfc522b20519aa01e5e62c004b25e5 /libavutil/imgutils.h
parent1ef9e8376466bb1e2c147e47554b94cab9c8b04a (diff)
imgutils: Do not declare avpriv_set_systematic_pal2 in the public header
Diffstat (limited to 'libavutil/imgutils.h')
-rw-r--r--libavutil/imgutils.h2
1 files changed, 0 insertions, 2 deletions
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);
-
/**
* @}
*/