#include "ffmpeg_api.h"
Go to the source code of this file.
Functions | |
int | stable_img_convert (AVPicture *dst, int dst_pix_fmt, const AVPicture *src, int src_pix_fmt, int src_width, int src_height) |
int stable_img_convert | ( | AVPicture * | dst, |
int | dst_pix_fmt, | ||
const AVPicture * | src, | ||
int | src_pix_fmt, | ||
int | src_width, | ||
int | src_height | ||
) |
Definition at line 13 of file ffmpeg_api.cpp.