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