#include "avcodec.h"
#include "faad.h"
Go to the source code of this file.
Data Structures | |
| struct | FAACContext |
Defines | |
| #define | dlopen(a) |
| #define | dlclose(a) |
| #define | dfaac(a) s->faacDec ## a = faacDec ## a |
| #define | AAC_CODEC(id, name, long_name_) |
Functions | |
| static void | channel_setup (AVCodecContext *avctx) |
| static av_cold int | faac_init_mp4 (AVCodecContext *avctx) |
| static int | faac_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| static av_cold int | faac_decode_end (AVCodecContext *avctx) |
| static av_cold int | faac_decode_init (AVCodecContext *avctx) |
| AAC_CODEC (CODEC_ID_AAC, libfaad,"libfaad AAC (Advanced Audio Codec)") | |
Variables | |
| static const unsigned long | faac_srates [] |
still a bit unfinished - but it plays something
Definition in file libfaad.c.
| #define dfaac | ( | a | ) | s->faacDec ## a = faacDec ## a |
Referenced by faac_decode_init().
| #define dlclose | ( | a | ) |
| #define dlopen | ( | a | ) |
| AAC_CODEC | ( | CODEC_ID_AAC | , | |
| libfaad | , | |||
| "libfaad AAC (Advanced Audio Codec)" | ||||
| ) |
| static void channel_setup | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 105 of file libfaad.c.
Referenced by faac_decode_frame(), faac_decode_init(), and faac_init_mp4().
| static av_cold int faac_decode_end | ( | AVCodecContext * | avctx | ) | [static] |
| static int faac_decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
| static av_cold int faac_decode_init | ( | AVCodecContext * | avctx | ) | [static] |
| static av_cold int faac_init_mp4 | ( | AVCodecContext * | avctx | ) | [static] |
const unsigned long faac_srates[] [static] |
1.5.8