FFmpeg
|
#include "config_components.h"
#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "hwaccel_internal.h"
#include "mpegvideo.h"
#include "vdpau.h"
#include "vdpau_internal.h"
Go to the source code of this file.
Functions | |
static int | vdpau_mpeg_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | vdpau_mpeg_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
|
static |
Definition at line 34 of file vdpau_mpeg12.c.
|
static |
Definition at line 86 of file vdpau_mpeg12.c.