summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-09 22:22:36 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-09 22:22:36 +0000
commited5d30d91ca226fce0ff47a284df5e724cd0adcc (patch)
tree7e8351a89a0ee383f90bed00bc3b3f63ac77ced2 /libavcodec/imgconvert.h
parenta29039aef39f16c28649c39025765b10bda0b74a (diff)
Move internal function ff_set_systematic_pal() to libavcore, and
rename it ff_set_systematic_pal2(). Originally committed as revision 25712 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 */