Commit 3caa53a2 authored by stefano's avatar stefano

Remove declaration of the removed function img_convert().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18080 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fd320ca5
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment