User Tools

Site Tools


ffmpeg:img_convert

img_convert

Overview

Defined in 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);

Parameters

Return value

See also


Back to ffmpeg

ffmpeg/img_convert.txt · Last modified: 2007/11/26 12:00 by deva