Go to the source code of this file.
Sega FILM (.cpk) file muxer
- Author
- Misty De Meo misty.nosp@m.@bre.nosp@m.w.sh
- See also
- For more information regarding the Sega FILM file format, visit: http://wiki.multimedia.cx/index.php?title=Sega_FILM
Definition in file segafilmenc.c.
◆ READ_BLOCK
Value: do { \
read_size[read_buf_id] =
avio_read(read_pb, read_buf[read_buf_id], shift_size); \
read_buf_id ^= 1; \
} while (0)
◆ film_write_packet_to_header()
◆ film_write_packet()
◆ get_audio_codec_id()
◆ film_init()
◆ shift_data()
◆ film_write_header()
◆ film_muxer_class
Initial value:= {
.class_name = "Sega FILM muxer",
}
Definition at line 381 of file segafilmenc.c.
◆ ff_segafilm_muxer
Initial value:= {
.name = "film_cpk",
.extensions = "cpk",
}
Definition at line 387 of file segafilmenc.c.
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.