|
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 | BRSTMDemuxContext |
Functions | |
| static int | probe (const AVProbeData *p) |
| static int | probe_bfstm (const AVProbeData *p) |
| static int | read_close (AVFormatContext *s) |
| 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 60 of file brstm.c.
Referenced by read_header().
|
static |
Definition at line 70 of file brstm.c.
Referenced by read_header().
|
static |
Definition at line 79 of file brstm.c.
Referenced by read_header().
|
static |
|
static |
|
static |
| AVInputFormat ff_brstm_demuxer |
| AVInputFormat ff_bfstm_demuxer |
1.8.17