# HG changeset patch # User stefano # Date 1237588171 0 # Node ID 058ade8fcc892e527580b9e25dc64c9bd8d8f794 # Parent bb35ea566fe58230ada0992edcb89438fccc4726 Remove declaration of the removed function img_convert(). diff -r bb35ea566fe5 -r 058ade8fcc89 imgconvert.h --- a/imgconvert.h Fri Mar 20 21:32:30 2009 +0000 +++ b/imgconvert.h Fri Mar 20 22:29:31 2009 +0000 @@ -35,7 +35,4 @@ int ff_set_systematic_pal(uint32_t pal[256], enum PixelFormat pix_fmt); -int img_convert(AVPicture *dst, int dst_pix_fmt, const AVPicture *src, - int src_pix_fmt, int src_width, int src_height); - #endif /* AVCODEC_IMGCONVERT_H */