FFmpeg
|
#include "libavutil/adler32.h"
#include "libavutil/mem.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) |
|
static |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 175 of file api-h264-test.c.