FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | BRSTMCoeffOffset |
struct | BRSTMDemuxContext |
Functions | |
static int | probe (const AVProbeData *p) |
static int | probe_bfstm (const AVProbeData *p) |
static int | read_close (AVFormatContext *s) |
static int | sort_offsets (const void *a, const void *b) |
static av_always_inline unsigned int | read16 (AVFormatContext *s) |
static av_always_inline unsigned int | read32 (AVFormatContext *s) |
static int | read_header (AVFormatContext *s) |
static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
Variables | |
AVInputFormat | ff_brstm_demuxer |
AVInputFormat | ff_bfstm_demuxer |
|
static |
|
static |
|
static |
Definition at line 66 of file brstm.c.
Referenced by read_header().
|
static |
Definition at line 75 of file brstm.c.
Referenced by read_header().
|
static |
Definition at line 82 of file brstm.c.
Referenced by read_header().
|
static |
Definition at line 91 of file brstm.c.
Referenced by read_header().
|
static |
|
static |
|
static |
AVInputFormat ff_brstm_demuxer |
AVInputFormat ff_bfstm_demuxer |