From: Stefano Sabatini Date: Fri, 20 Mar 2009 22:29:31 +0000 (+0000) Subject: Remove declaration of the removed function img_convert(). X-Git-Tag: v0.6~5205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=432603e3765d7d337d15e475ceaa2a8fe189e1b9;p=platform%2Fupstream%2Flibav.git Remove declaration of the removed function img_convert(). Originally committed as revision 18080 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/imgconvert.h b/libavcodec/imgconvert.h index 3b5bed7..ed9a6b7 100644 --- a/libavcodec/imgconvert.h +++ b/libavcodec/imgconvert.h @@ -35,7 +35,4 @@ int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane); 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 */