summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/imgconvert.h')
-rw-r--r--libavcodec/imgconvert.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/imgconvert.h b/libavcodec/imgconvert.h
index 0f2c2e1713..64da317d27 100644
--- a/libavcodec/imgconvert.h
+++ b/libavcodec/imgconvert.h
@@ -36,8 +36,9 @@ int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, enum PixelFormat pix_fmt,
attribute_deprecated
int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane);
-#endif
+attribute_deprecated
int ff_set_systematic_pal(uint32_t pal[256], enum PixelFormat pix_fmt);
+#endif
#endif /* AVCODEC_IMGCONVERT_H */