FFmpeg
Functions
api-h264-test.c File Reference
#include "libavutil/adler32.h"
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "libavutil/imgutils.h"
#include "libavutil/timestamp.h"

Go to the source code of this file.

Functions

static int video_decode_example (const char *input_filename)
 H264 codec test. More...
 
int main (int argc, char **argv)
 

Function Documentation

◆ video_decode_example()

static int video_decode_example ( const char *  input_filename)
static

H264 codec test.

Definition at line 33 of file api-h264-test.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 174 of file api-h264-test.c.