FFmpeg
1.2.4
|
libswscale API use example. More...
#include <libavutil/imgutils.h>
#include <libavutil/parseutils.h>
#include <libswscale/swscale.h>
Go to the source code of this file.
Functions | |
static void | fill_yuv_image (uint8_t *data[4], int linesize[4], int width, int height, int frame_index) |
int | main (int argc, char **argv) |
libswscale API use example.
Definition in file scaling_video.c.
|
static |
Definition at line 33 of file scaling_video.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 52 of file scaling_video.c.