Table of Contents

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