Defined in avcodec.h
avcodec.h
Convert among pixel formats.
DEPRECATED: Use the software scaler (swscale) instead.
int img_convert(AVPicture *dst, int dst_pix_fmt, const AVPicture *src, int pix_fmt, int width, int height);
Back to ffmpeg