#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "mpeg4video.h"
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
Initial value:= {
.name = "mpeg4_vdpau",
.frame_priv_data_size = sizeof(struct vdpau_picture_context),
}
static av_cold int init(AVCodecContext *avctx)
int ff_vdpau_common_uninit(AVCodecContext *avctx)
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)
int ff_vdpau_mpeg_end_frame(AVCodecContext *avctx)
HW acceleration through VDPAU, Picture.data[3] contains a VdpVideoSurface.
static int vdpau_mpeg4_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
Definition at line 112 of file vdpau_mpeg4.c.