Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ vp9_metadata_update_fragment()
◆ vp9_metadata_init()
◆ vp9_metadata_type
◆ vp9_metadata_options
Initial value:= {
{ "color_space", "Set colour space (section 7.2.2)",
{ "color_range", "Set colour range (section 7.2.2)",
{ .i64 = -1 }, -1, 1,
FLAGS, .unit =
"cr" },
{ .i64 = 0 }, .flags =
FLAGS, .unit =
"cr" },
{ .i64 = 1 }, .flags =
FLAGS, .unit =
"cr" },
}
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 97 of file vp9_metadata.c.
◆ vp9_metadata_class
Initial value:= {
.class_name = "vp9_metadata_bsf",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 127 of file vp9_metadata.c.
◆ vp9_metadata_codec_ids
◆ ff_vp9_metadata_bsf
Initial value:= {
.p.name = "vp9_metadata",
}
static av_cold void close(AVCodecParserContext *s)
int ff_cbs_bsf_generic_filter(AVBSFContext *bsf, AVPacket *pkt)
Filter operation for CBS BSF.
av_cold void ff_cbs_bsf_generic_close(AVBSFContext *bsf)
Close a generic CBS BSF instance.
int(* init)(AVBSFContext *ctx)
void(* filter)(uint8_t *src, ptrdiff_t stride, int qscale)
Definition at line 138 of file vp9_metadata.c.