#include "libavutil/intreadwrite.h"
#include "libavutil/internal.h"
#include "avformat.h"
#include "internal.h"
#include "rawdec.h"
Go to the source code of this file.
Functions | |
static int | loas_probe (AVProbeData *p) |
static int | loas_read_header (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_loas_demuxer |
static int loas_probe | ( | AVProbeData * | p | ) | [static] |
static int loas_read_header | ( | AVFormatContext * | s | ) | [static] |
Initial value:
{ .name = "loas", .long_name = NULL_IF_CONFIG_SMALL("LOAS AudioSyncStream"), .read_probe = loas_probe, .read_header = loas_read_header, .read_packet = ff_raw_read_partial_packet, .flags= AVFMT_GENERIC_INDEX, .raw_codec_id = CODEC_ID_AAC_LATM, }