Go to the source code of this file.
◆ probe()
◆ probe_bfstm()
◆ read_close()
◆ sort_offsets()
| static int sort_offsets |
( |
const void * | a, |
|
|
const void * | b ) |
|
static |
◆ read16()
◆ read32()
◆ read_header()
◆ read_packet()
◆ read_seek()
◆ ff_brstm_demuxer
Initial value:= {
.p.name = "brstm",
.p.extensions = "brstm",
}
static int probe(const AVProbeData *p)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
#define FF_INFMT_FLAG_INIT_CLEANUP
For an FFInputFormat with this flag set read_close() needs to be called by the caller upon read_heade...
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition at line 472 of file brstm.c.
◆ ff_bfstm_demuxer
Initial value:= {
.p.name = "bfstm",
.p.extensions = "bfstm,bcstm",
}
static int probe_bfstm(const AVProbeData *p)
Definition at line 485 of file brstm.c.