Libav
Data Structures | Functions
avconv_vda.c File Reference
#include "libavcodec/avcodec.h"
#include "libavcodec/vda.h"
#include "libavutil/imgutils.h"
#include "avconv.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)
 

Function Documentation

§ vda_retrieve_data()

static int vda_retrieve_data ( AVCodecContext s,
AVFrame frame 
)
static

Definition at line 29 of file avconv_vda.c.

Referenced by vda_init().

§ vda_uninit()

static void vda_uninit ( AVCodecContext s)
static

Definition at line 91 of file avconv_vda.c.

Referenced by vda_init().

§ vda_init()

int vda_init ( AVCodecContext s)

Definition at line 105 of file avconv_vda.c.