FFmpeg
|
#include "libavcodec/bytestream.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | RedSparkContext |
Macros | |
#define | HEADER_SIZE 4096 |
Functions | |
static int | redspark_probe (AVProbeData *p) |
static int | redspark_read_header (AVFormatContext *s) |
static int | redspark_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_redspark_demuxer |
#define HEADER_SIZE 4096 |
Definition at line 28 of file redspark.c.
Referenced by redspark_read_header().
|
static |
Definition at line 34 of file redspark.c.
|
static |
Definition at line 54 of file redspark.c.
|
static |
Definition at line 136 of file redspark.c.
AVInputFormat ff_redspark_demuxer |
Definition at line 159 of file redspark.c.