![]() |
Miam-Player
0.8.0
A nice music player
|
#include "libavcodec/avcodec.h"
#include <stdint.h>
#include <VideoDecodeAcceleration/VDADecoder.h>
#include "libavcodec/version.h"
Go to the source code of this file.
Classes | |
struct | vda_context |
struct | AVVDAContext |
Macros | |
#define | Picture QuickdrawPicture |
Typedefs | |
typedef struct AVVDAContext | AVVDAContext |
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) |
int | ff_vda_destroy_decoder (struct vda_context *vda_ctx) |
AVVDAContext * | av_vda_alloc_context (void) |
int | av_vda_default_init (AVCodecContext *avctx) |
int | av_vda_default_init2 (AVCodecContext *avctx, AVVDAContext *vdactx) |
void | av_vda_default_free (AVCodecContext *avctx) |
Public libavcodec VDA header.
#define Picture QuickdrawPicture |