#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "id3v1.h"
#include "id3v2.h"
#include "apetag.h"
Go to the source code of this file.
◆ ADTS_HEADER_SIZE
#define ADTS_HEADER_SIZE 7 |
◆ adts_aac_probe()
◆ adts_aac_read_header()
◆ handle_id3()
◆ adts_aac_read_packet()
◆ ff_aac_demuxer
Initial value:= {
.name = "aac",
.extensions = "aac",
.mime_type = "audio/aac,audio/aacp,audio/x-aac",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 194 of file aacdec.c.