#include "libswscale/swscale.h"
Go to the source code of this file.
Functions | |
| int | ff_scale_image (uint8_t *dst_data[4], int dst_linesize[4], int dst_w, int dst_h, enum PixelFormat dst_pix_fmt, uint8_t *const src_data[4], int src_linesize[4], int src_w, int src_h, enum PixelFormat src_pix_fmt, void *log_ctx) |
| Scale image using libswscale. | |
Definition in file lswsutils.h.
| int ff_scale_image | ( | uint8_t * | dst_data[4], | |
| int | dst_linesize[4], | |||
| int | dst_w, | |||
| int | dst_h, | |||
| enum PixelFormat | dst_pix_fmt, | |||
| uint8_t *const | src_data[4], | |||
| int | src_linesize[4], | |||
| int | src_w, | |||
| int | src_h, | |||
| enum PixelFormat | src_pix_fmt, | |||
| void * | log_ctx | |||
| ) |
1.5.8