#include "config_components.h"
#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "hwaccel_internal.h"
#include "vc1.h"
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
◆ vdpau_vc1_start_frame()
static int vdpau_vc1_start_frame |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vdpau_vc1_decode_slice()
static int vdpau_vc1_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ vdpau_vc1_init()
◆ ff_vc1_vdpau_hwaccel
Initial value:= {
.p.name = "vc1_vdpau",
}
Definition at line 158 of file vdpau_vc1.c.