|
FFmpeg
|
Public libavcodec VDA header. More...
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 |
Enumerations | |
| enum | { kVDADecodeInfo_Asynchronous = 1UL << 0, kVDADecodeInfo_FrameDropped = 1UL << 1 } |
Functions | |
| int | ff_vda_create_decoder (struct vda_context *vda_ctx, uint8_t *extradata, int extradata_size) |
| Create the video decoder. | |
| int | ff_vda_destroy_decoder (struct vda_context *vda_ctx) |
| Destroy the video decoder. | |
Public libavcodec VDA header.
Definition in file vda.h.
1.8.2