FFmpeg
|
#include "libavcodec/avcodec.h"
#include "libavcodec/vda.h"
#include "libavutil/imgutils.h"
#include "ffmpeg.h"
Go to the source code of this file.
Data Structures | |
struct | VDAContext |
Functions | |
static int | vda_retrieve_data (AVCodecContext *s, AVFrame *frame) |
static void | vda_uninit (AVCodecContext *s) |
int | vda_init (AVCodecContext *s) |
|
static |
Definition at line 29 of file ffmpeg_vda.c.
Referenced by vda_init().
|
static |
Definition at line 89 of file ffmpeg_vda.c.
Referenced by vda_init().
int vda_init | ( | AVCodecContext * | s | ) |
Definition at line 103 of file ffmpeg_vda.c.