FFmpeg
|
#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "hwaccel.h"
#include "vc1.h"
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
Functions | |
static int | vdpau_vc1_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | vdpau_vc1_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | vdpau_vc1_init (AVCodecContext *avctx) |
Variables | |
const AVHWAccel | ff_vc1_vdpau_hwaccel |
|
static |
Definition at line 32 of file vdpau_vc1.c.
|
static |
Definition at line 100 of file vdpau_vc1.c.
|
static |
Definition at line 117 of file vdpau_vc1.c.
const AVHWAccel ff_vc1_vdpau_hwaccel |
Definition at line 156 of file vdpau_vc1.c.