#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavdevice/avdevice.h>
#include <libswscale/swscale.h>
#include <libavutil/imgutils.h>
#include <libavutil/mathematics.h>
Go to the source code of this file.
|
int | stable_img_convert (AVPicture *dst, int dst_pix_fmt, const AVPicture *src, int src_pix_fmt, int src_width, int src_height) |
|
◆ __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS |
◆ stable_img_convert()
int stable_img_convert |
( |
AVPicture * |
dst, |
|
|
int |
dst_pix_fmt, |
|
|
const AVPicture * |
src, |
|
|
int |
src_pix_fmt, |
|
|
int |
src_width, |
|
|
int |
src_height |
|
) |
| |