comparison imgconvert.h @ 9207:058ade8fcc89 libavcodec

Remove declaration of the removed function img_convert().
author stefano
date Fri, 20 Mar 2009 22:29:31 +0000
parents eaa08ce79f9a
children a15ec86bf752
comparison
equal deleted inserted replaced
9206:bb35ea566fe5 9207:058ade8fcc89
33 33
34 int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane); 34 int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane);
35 35
36 int ff_set_systematic_pal(uint32_t pal[256], enum PixelFormat pix_fmt); 36 int ff_set_systematic_pal(uint32_t pal[256], enum PixelFormat pix_fmt);
37 37
38 int img_convert(AVPicture *dst, int dst_pix_fmt, const AVPicture *src,
39 int src_pix_fmt, int src_width, int src_height);
40
41 #endif /* AVCODEC_IMGCONVERT_H */ 38 #endif /* AVCODEC_IMGCONVERT_H */