Libav
|
#include <limits.h>
#include "avcodec.h"
#include "h264.h"
#include "vc1.h"
#include <assert.h>
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
Macros | |
#define | PROFILE(prof) |
Functions | |
int | ff_vdpau_common_start_frame (Picture *pic, av_unused const uint8_t *buffer, av_unused uint32_t size) |
int | ff_vdpau_add_buffer (Picture *pic, const uint8_t *buf, uint32_t size) |
int | av_vdpau_get_profile (AVCodecContext *avctx, VdpDecoderProfile *profile) |
Get a decoder profile that should be used for initializing a VDPAU decoder. More... | |
AVVDPAUContext * | av_vdpau_alloc_context (void) |
Allocate an AVVDPAUContext. More... | |
#define PROFILE | ( | prof | ) |
Referenced by av_vdpau_get_profile().