Mercurial > libavcodec.hg
changeset 9207:058ade8fcc89 libavcodec
Remove declaration of the removed function img_convert().
author | stefano |
---|---|
date | Fri, 20 Mar 2009 22:29:31 +0000 |
parents | bb35ea566fe5 |
children | 443f056ba7e7 |
files | imgconvert.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 */