#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
◆ dcstr_probe()
◆ dcstr_read_header()
◆ dcstr_read_packet()
◆ ff_dcstr_demuxer
Initial value:= {
.name = "dcstr",
.extensions = "str",
}
static int dcstr_probe(AVProbeData *p)
static int dcstr_read_header(AVFormatContext *s)
static int dcstr_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 79 of file dcstr.c.