FFmpeg
|
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "amfenc.h"
#include "internal.h"
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(AmfContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static av_cold int | amf_encode_init_hevc (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
static const AVCodecDefault | defaults [] |
static const AVClass | hevc_amf_class |
AVCodec | ff_hevc_amf_encoder |
#define OFFSET | ( | x | ) | offsetof(AmfContext, x) |
Definition at line 24 of file amfenc_hevc.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 25 of file amfenc_hevc.c.
|
static |
Definition at line 94 of file amfenc_hevc.c.
|
static |
Definition at line 26 of file amfenc_hevc.c.
|
static |
Definition at line 295 of file amfenc_hevc.c.
|
static |
Definition at line 303 of file amfenc_hevc.c.
AVCodec ff_hevc_amf_encoder |
Definition at line 310 of file amfenc_hevc.c.