FFmpeg
Functions
scaling_video.c File Reference
#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)
 

Detailed Description

libswscale API use example.

Definition in file scaling_video.c.

Function Documentation

◆ fill_yuv_image()

static void fill_yuv_image ( uint8_t *  data[4],
int  linesize[4],
int  width,
int  height,
int  frame_index 
)
static
Examples
scaling_video.c.

Definition at line 33 of file scaling_video.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)
Examples
scaling_video.c.

Definition at line 52 of file scaling_video.c.