Go to the source code of this file.
◆ HEADER_SIZE
◆ rol
#define rol |
( |
|
value, |
|
|
|
bits |
|
) |
| (((value) << (bits)) | ((value) >> (32 - (bits)))) |
◆ redspark_probe()
◆ redspark_read_header()
◆ redspark_read_packet()
◆ ff_redspark_demuxer
Initial value:= {
.name = "redspark",
.extensions = "rsd",
}
static int redspark_probe(AVProbeData *p)
static int redspark_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int redspark_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 154 of file redspark.c.