FFmpeg
|
brstm.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "internal.h"
Include dependency graph for brstm.c:
Go to the source code of this file.
Data Structures | |
struct | BRSTMDemuxContext |
Typedefs | |
typedef struct BRSTMDemuxContext | BRSTMDemuxContext |
Functions | |
static int | probe (AVProbeData *p) |
static int | read_close (AVFormatContext *s) |
static int | read_header (AVFormatContext *s) |
static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_brstm_demuxer |
Typedef Documentation
typedef struct BRSTMDemuxContext BRSTMDemuxContext |
Function Documentation
|
static |
|
static |
Definition at line 46 of file brstm.c.
Referenced by read_header().
|
static |
|
static |
Variable Documentation
AVInputFormat ff_brstm_demuxer |
Initial value:
= {
.name = "brstm",
.long_name = NULL_IF_CONFIG_SMALL("BRSTM (Binary Revolution Stream)"),
.priv_data_size = sizeof(BRSTMDemuxContext),
.read_probe = probe,
.read_close = read_close,
.extensions = "brstm",
}
struct BRSTMDemuxContext BRSTMDemuxContext
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11