FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio.h"
#include "demux.h"
#include "internal.h"
Go to the source code of this file.
Functions | |
static int | rsd_probe (const AVProbeData *p) |
static int | rsd_read_header (AVFormatContext *s) |
static int | rsd_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVCodecTag | rsd_tags [] |
static const uint32_t | rsd_unsupported_tags [] |
const AVInputFormat | ff_rsd_demuxer |
|
static |
|
static |
|
static |
|
static |
Definition at line 28 of file rsd.c.
Referenced by rsd_read_header().
|
static |
Definition at line 40 of file rsd.c.
Referenced by rsd_read_header().
const AVInputFormat ff_rsd_demuxer |