Go to the source code of this file.
◆ scc_probe()
◆ convert()
◆ scc_read_header()
◆ scc_read_packet()
◆ scc_read_seek()
◆ scc_read_close()
◆ ff_scc_demuxer
Initial value:= {
.name = "scc",
.extensions = "scc",
}
static int scc_read_close(AVFormatContext *s)
static int scc_read_header(AVFormatContext *s)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int scc_probe(const AVProbeData *p)
static int scc_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int scc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 184 of file sccdec.c.