Go to the source code of this file.
|
#define | BRP_TAG MKTAG('B', 'R', 'P', 'P') |
|
#define | BRP_FILE_HEADER_SIZE 12 |
|
#define | BRP_BLOCK_HEADER_SIZE 12 |
|
#define | BRP_STREAM_HEADER_SIZE 20 |
|
#define | BRP_MAX_STREAMS 32 /* Soft cap, but even this is overkill. */ |
|
#define | BRP_BASF_LOOKAHEAD 10 /* How many blocks to search for the first BASF one. */ |
|
#define | BVID_HEADER_SIZE 16 |
|
#define | MASK_HEADER_SIZE 12 |
|
#define | BRP_MIN_BUFFER_SIZE |
|
#define | BRP_CODEC_ID_BVID MKTAG('B', 'V', 'I', 'D') |
|
#define | BRP_CODEC_ID_BASF MKTAG('B', 'A', 'S', 'F') |
|
#define | BRP_CODEC_ID_MASK MKTAG('M', 'A', 'S', 'K') |
|
◆ BRP_TAG
◆ BRP_FILE_HEADER_SIZE
#define BRP_FILE_HEADER_SIZE 12 |
◆ BRP_BLOCK_HEADER_SIZE
#define BRP_BLOCK_HEADER_SIZE 12 |
◆ BRP_STREAM_HEADER_SIZE
#define BRP_STREAM_HEADER_SIZE 20 |
◆ BRP_MAX_STREAMS
#define BRP_MAX_STREAMS 32 /* Soft cap, but even this is overkill. */ |
◆ BRP_BASF_LOOKAHEAD
#define BRP_BASF_LOOKAHEAD 10 /* How many blocks to search for the first BASF one. */ |
◆ BVID_HEADER_SIZE
#define BVID_HEADER_SIZE 16 |
◆ MASK_HEADER_SIZE
#define MASK_HEADER_SIZE 12 |
◆ BRP_MIN_BUFFER_SIZE
#define BRP_MIN_BUFFER_SIZE |
◆ BRP_CODEC_ID_BVID
#define BRP_CODEC_ID_BVID MKTAG('B', 'V', 'I', 'D') |
◆ BRP_CODEC_ID_BASF
#define BRP_CODEC_ID_BASF MKTAG('B', 'A', 'S', 'F') |
◆ BRP_CODEC_ID_MASK
#define BRP_CODEC_ID_MASK MKTAG('M', 'A', 'S', 'K') |
◆ argo_brp_probe()
◆ read_extradata()
◆ argo_brp_read_header()
◆ argo_brp_read_packet()
◆ ff_argo_brp_demuxer
Initial value:= {
.name = "argo_brp",
}
Definition at line 416 of file argo_brp.c.