#include "avcodec.h"
#include "nvdec.h"
#include "decode.h"
#include "vc1.h"
Go to the source code of this file.
Initial value:= {
.name = "vc1_nvdec",
}
int ff_nvdec_simple_end_frame(AVCodecContext *avctx)
static int nvdec_vc1_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
int ff_nvdec_simple_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
int ff_nvdec_decode_init(AVCodecContext *avctx)
HW acceleration through CUDA.
static int nvdec_vc1_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
int ff_nvdec_decode_uninit(AVCodecContext *avctx)
Definition at line 113 of file nvdec_vc1.c.