#include "adts_header.h"
#include "adts_parser.h"
#include "avcodec.h"
#include "bsf.h"
#include "put_bits.h"
#include "get_bits.h"
#include "mpeg4audio.h"
#include "internal.h"
Go to the source code of this file.
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_bsf.c.
Initial value:= {
.name = "aac_adtstoasc",
}
static av_cold int init(AVCodecContext *avctx)
static int aac_adtstoasc_init(AVBSFContext *ctx)
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)
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...
static enum AVCodecID codec_ids[]
Definition at line 152 of file aac_adtstoasc_bsf.c.