FFmpeg
|
#include "libavcodec/bytestream.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio.h"
#include "demux.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | RedSparkContext |
Macros | |
#define | HEADER_SIZE 4096 |
#define | rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) |
Functions | |
static int | redspark_probe (const AVProbeData *p) |
static int | redspark_read_header (AVFormatContext *s) |
static int | redspark_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
const FFInputFormat | ff_redspark_demuxer |
#define HEADER_SIZE 4096 |
Definition at line 29 of file redspark.c.
Definition at line 30 of file redspark.c.
|
static |
Definition at line 36 of file redspark.c.
|
static |
Definition at line 58 of file redspark.c.
|
static |
Definition at line 132 of file redspark.c.
const FFInputFormat ff_redspark_demuxer |
Definition at line 154 of file redspark.c.