Public libavcodec VDA header. More...

#include <stdint.h>
#include <VideoDecodeAcceleration/VDADecoder.h>
#include "libavcodec/version.h"
Include dependency graph for vda.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vda_context
 This structure is used to provide the necessary configurations and data to the VDA FFmpeg HWAccel implementation. More...
 

Macros

#define Picture   QuickdrawPicture
 

Functions

int ff_vda_create_decoder (struct vda_context *vda_ctx, uint8_t *extradata, int extradata_size)
 Create the video decoder. More...
 
int ff_vda_destroy_decoder (struct vda_context *vda_ctx)
 Destroy the video decoder. More...
 

Detailed Description

Public libavcodec VDA header.

Definition in file vda.h.

Macro Definition Documentation

#define Picture   QuickdrawPicture

Definition at line 38 of file vda.h.