FFmpeg
Data Structures | Functions
scale_slice_test.c File Reference
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include "decode_simple.h"
#include "libavutil/common.h"
#include "libavutil/pixdesc.h"
#include "libavutil/error.h"
#include "libavutil/lfg.h"
#include "libavutil/random_seed.h"
#include "libavutil/video_enc_params.h"
#include "libavformat/avformat.h"
#include "libavcodec/avcodec.h"
#include "libswscale/swscale.h"

Go to the source code of this file.

Data Structures

struct  PrivData
 

Functions

static int process_frame (DecodeContext *dc, AVFrame *frame)
 
int main (int argc, char **argv)
 

Function Documentation

◆ process_frame()

static int process_frame ( DecodeContext dc,
AVFrame frame 
)
static

Definition at line 51 of file scale_slice_test.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 112 of file scale_slice_test.c.