|
FFmpeg
|
#include "libavutil/avassert.h"#include "libavutil/intreadwrite.h"#include "avformat.h"#include "demux.h"#include "iamf.h"#include "iamf_reader.h"#include "iamf_parse.h"#include "internal.h"Go to the source code of this file.
Functions | |
| static int | get_score (const uint8_t *buf, int buf_size, enum IAMF_OBU_Type type, int *seq) |
| static int | iamf_probe (const AVProbeData *p) |
| static int | iamf_read_header (AVFormatContext *s) |
| static int | iamf_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | iamf_read_close (AVFormatContext *s) |
Variables | |
| const FFInputFormat | ff_iamf_demuxer |
|
static |
Definition at line 32 of file iamfdec.c.
Referenced by iamf_probe().
|
static |
|
static |
|
static |
|
static |
| const FFInputFormat ff_iamf_demuxer |
1.8.17