Go to the source code of this file.
◆ probe()
◆ probe_bfstm()
◆ read_close()
◆ read16()
◆ read32()
◆ read_header()
◆ read_packet()
◆ read_seek()
◆ ff_brstm_demuxer
Initial value:= {
.name = "brstm",
.extensions = "brstm",
}
static int probe(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int read_header(AVFormatContext *s)
static int read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_close(AVFormatContext *s)
Definition at line 461 of file brstm.c.
◆ ff_bfstm_demuxer
Initial value:= {
.name = "bfstm",
.extensions = "bfstm,bcstm",
}
static int probe_bfstm(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int read_header(AVFormatContext *s)
static int read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_close(AVFormatContext *s)
Definition at line 473 of file brstm.c.