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,...)
Definition at line 42 of file opus_metadata_bsf.c.
◆ opus_metadata_class
Initial value:= {
.class_name = "opus_metadata_bsf",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 49 of file opus_metadata_bsf.c.
◆ codec_ids
◆ ff_opus_metadata_bsf
Initial value:= {
.name = "opus_metadata",
}
static av_cold int init(AVCodecContext *avctx)
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, int clip)
int ff_bsf_get_packet_ref(AVBSFContext *ctx, AVPacket *pkt)
Called by bitstream filters to get packet for filtering.
Definition at line 60 of file opus_metadata_bsf.c.