#include <wels/codec_api.h>
#include <wels/codec_ver.h>
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "encode.h"
#include "internal.h"
#include "libopenh264.h"
Go to the source code of this file.
|
#define | SM_SIZELIMITED_SLICE SM_DYN_SLICE |
|
#define | TARGET_BITRATE_DEFAULT 2*1000*1000 |
|
#define | OFFSET(x) offsetof(SVCContext, x) |
|
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
|
#define | DEPRECATED AV_OPT_FLAG_DEPRECATED |
|
#define | PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, { .i64 = value }, 0, 0, VE, "profile" |
|
◆ SM_SIZELIMITED_SLICE
#define SM_SIZELIMITED_SLICE SM_DYN_SLICE |
◆ TARGET_BITRATE_DEFAULT
#define TARGET_BITRATE_DEFAULT 2*1000*1000 |
◆ OFFSET
◆ VE
◆ DEPRECATED
◆ PROFILE
◆ svc_encode_close()
◆ svc_encode_init()
◆ svc_encode_frame()
◆ options
◆ class_name
class_name = "libopenh264enc" |
|
private |
◆ item_name
◆ option
◆ version
◆ @82
◆ svc_enc_defaults
Initial value:= {
{ "b", "0" },
{ "g", "-1" },
{ "qmin", "-1" },
{ "qmax", "-1" },
}
Definition at line 423 of file libopenh264enc.c.
◆ ff_libopenh264_encoder
const AVCodec ff_libopenh264_encoder |
Initial value:= {
.name = "libopenh264",
.priv_class = &class,
.wrapper_name = "libopenh264",
}
Definition at line 431 of file libopenh264enc.c.