Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ opus_metadata_init()
◆ opus_metadata_options
Initial value:= {
{
"gain",
"Gain, actual amplification is pow(10, gain/(20.0*256))",
OFFSET(gain),
}
#define flags(name, subs,...)
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 43 of file opus_metadata.c.
◆ opus_metadata_class
Initial value:= {
.class_name = "opus_metadata_bsf",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 50 of file opus_metadata.c.
◆ codec_ids
◆ ff_opus_metadata_bsf
Initial value:= {
.p.name = "opus_metadata",
}
static enum AVCodecID codec_ids[]
int ff_bsf_get_packet_ref(AVBSFContext *ctx, AVPacket *pkt)
Called by bitstream filters to get packet for filtering.
int(* init)(AVBSFContext *ctx)
void(* filter)(uint8_t *src, ptrdiff_t stride, int qscale)
Definition at line 61 of file opus_metadata.c.