Go to the source code of this file.
◆ aac_adtstoasc_filter()
This filter creates an MPEG-4 AudioSpecificConfig from an MPEG-2/4 ADTS header and removes the ADTS header.
Definition at line 39 of file aac_adtstoasc.c.
◆ aac_adtstoasc_init()
◆ codec_ids
◆ ff_aac_adtstoasc_bsf
Initial value:= {
.p.name = "aac_adtstoasc",
}
static int aac_adtstoasc_init(AVBSFContext *ctx)
static enum AVCodecID codec_ids[]
static int aac_adtstoasc_filter(AVBSFContext *bsfc, AVPacket *pkt)
This filter creates an MPEG-4 AudioSpecificConfig from an MPEG-2/4 ADTS header and removes the ADTS h...
int(* init)(AVBSFContext *ctx)
void(* filter)(uint8_t *src, ptrdiff_t stride, int qscale)
Definition at line 150 of file aac_adtstoasc.c.