FFmpeg
|
#include "config_components.h"
#include "avcodec.h"
#include "hwaccel_internal.h"
#include "internal.h"
#include "nvdec.h"
#include "decode.h"
#include "vc1.h"
Go to the source code of this file.
Functions | |
static int | nvdec_vc1_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | nvdec_vc1_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx) |
Variables | |
const FFHWAccel | ff_vc1_nvdec_hwaccel |
|
static |
Definition at line 32 of file nvdec_vc1.c.
|
static |
Definition at line 110 of file nvdec_vc1.c.
const FFHWAccel ff_vc1_nvdec_hwaccel |
Definition at line 117 of file nvdec_vc1.c.