Go to the source code of this file.
◆ scc_probe()
◆ convert()
| static int convert |
( |
uint8_t | x | ) |
|
|
static |
◆ scc_read_header()
◆ ff_scc_demuxer
Initial value:= {
.p.name = "scc",
.p.extensions = "scc",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
#define FF_INFMT_FLAG_INIT_CLEANUP
For an FFInputFormat with this flag set read_close() needs to be called by the caller upon read_heade...
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
static int scc_probe(const AVProbeData *p)
static int scc_read_header(AVFormatContext *s)
int ff_subtitles_read_packet(AVFormatContext *s, AVPacket *pkt)
int ff_subtitles_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
int ff_subtitles_read_close(AVFormatContext *s)
Definition at line 150 of file sccdec.c.