|
FFmpeg
|
aac_adtstoasc_bsf.c File Reference
#include "avcodec.h"#include "aacadtsdec.h"#include "put_bits.h"#include "get_bits.h"#include "mpeg4audio.h"#include "internal.h"
Include dependency graph for aac_adtstoasc_bsf.c:

Go to the source code of this file.
Data Structures | |
| struct | AACBSFContext |
Typedefs | |
| typedef struct AACBSFContext | AACBSFContext |
Functions | |
| static int | aac_adtstoasc_filter (AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) |
| This filter creates an MPEG-4 AudioSpecificConfig from an MPEG-2/4 ADTS header and removes the ADTS header. More... | |
Variables | |
| AVBitStreamFilter | ff_aac_adtstoasc_bsf |
Typedef Documentation
| typedef struct AACBSFContext AACBSFContext |
Function Documentation
|
static |
This filter creates an MPEG-4 AudioSpecificConfig from an MPEG-2/4 ADTS header and removes the ADTS header.
Definition at line 37 of file aac_adtstoasc_bsf.c.
Variable Documentation
| AVBitStreamFilter ff_aac_adtstoasc_bsf |
Initial value:
= {
"aac_adtstoasc",
sizeof(AACBSFContext),
}
static int aac_adtstoasc_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
This filter creates an MPEG-4 AudioSpecificConfig from an MPEG-2/4 ADTS header and removes the ADTS h...
Definition: aac_adtstoasc_bsf.c:37
struct AACBSFContext AACBSFContext
Definition at line 114 of file aac_adtstoasc_bsf.c.
Generated by
1.8.11