From 432603e3765d7d337d15e475ceaa2a8fe189e1b9 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 20 Mar 2009 22:29:31 +0000 Subject: [PATCH] Remove declaration of the removed function img_convert(). Originally committed as revision 18080 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgconvert.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/imgconvert.h b/libavcodec/imgconvert.h index 3b5bed76af..ed9a6b73b1 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 */ -- 2.11.0