FFmpeg
|
#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "hwaccel_internal.h"
#include "mpeg4videodec.h"
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
Functions | |
static int | vdpau_mpeg4_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | vdpau_mpeg4_decode_slice (av_unused AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) |
static int | vdpau_mpeg4_init (AVCodecContext *avctx) |
Variables | |
const FFHWAccel | ff_mpeg4_vdpau_hwaccel |
|
static |
Definition at line 32 of file vdpau_mpeg4.c.
|
static |
Definition at line 86 of file vdpau_mpeg4.c.
|
static |
Definition at line 93 of file vdpau_mpeg4.c.
const FFHWAccel ff_mpeg4_vdpau_hwaccel |
Definition at line 114 of file vdpau_mpeg4.c.