#include "avcodec.h"
#include "mpeg4video.h"
#include "nvdec.h"
#include "decode.h"
Go to the source code of this file.
Initial value:= {
.name = "mpeg4_nvdec",
}
int ff_nvdec_simple_end_frame(AVCodecContext *avctx)
static int nvdec_mpeg4_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
static int nvdec_mpeg4_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
int ff_nvdec_decode_init(AVCodecContext *avctx)
static int nvdec_mpeg4_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
HW acceleration through CUDA.
int ff_nvdec_decode_uninit(AVCodecContext *avctx)
Definition at line 109 of file nvdec_mpeg4.c.