Sega FILM (.cpk) file demuxer by Mike Melanson (melan.nosp@m.son@.nosp@m.pcisy.nosp@m.s.ne.nosp@m.t) For more information regarding the Sega FILM file format, visit: http://www.pcisys.net/~melanson/codecs/.
More...
Go to the source code of this file.
|
#define | FILM_TAG MKBETAG('F', 'I', 'L', 'M') |
|
#define | FDSC_TAG MKBETAG('F', 'D', 'S', 'C') |
|
#define | STAB_TAG MKBETAG('S', 'T', 'A', 'B') |
|
#define | CVID_TAG MKBETAG('c', 'v', 'i', 'd') |
|
#define | RAW_TAG MKBETAG('r', 'a', 'w', ' ') |
|
Sega FILM (.cpk) file demuxer by Mike Melanson (melan.nosp@m.son@.nosp@m.pcisy.nosp@m.s.ne.nosp@m.t) For more information regarding the Sega FILM file format, visit: http://www.pcisys.net/~melanson/codecs/.
Definition in file segafilm.c.
◆ FILM_TAG
◆ FDSC_TAG
◆ STAB_TAG
◆ CVID_TAG
◆ RAW_TAG
◆ film_probe()
◆ film_read_close()
◆ film_read_header()
◆ film_read_packet()
◆ film_read_seek()
◆ ff_segafilm_demuxer
Initial value:= {
.name = "film_cpk",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_header(FFV1Context *f)
#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 read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int film_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int film_probe(const AVProbeData *p)
static int film_read_header(AVFormatContext *s)
static int film_read_packet(AVFormatContext *s, AVPacket *pkt)
static int film_read_close(AVFormatContext *s)
Definition at line 337 of file segafilm.c.