Sega FILM (.cpk) file muxer.  
More...
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)
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf. 
Referenced by shift_data().
 
 
◆ 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",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name. 
Definition at line 381 of file segafilmenc.c.
 
 
◆ ff_segafilm_muxer
Initial value:= {
    .name           = "film_cpk",
    .extensions     = "cpk",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static av_cold int init(AVCodecContext *avctx)
static const AVClass film_muxer_class
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int film_init(AVFormatContext *format_context)
static int film_write_packet(AVFormatContext *format_context, AVPacket *pkt)
static int write_trailer(AVFormatContext *s1)
static int film_write_header(AVFormatContext *format_context)
Definition at line 387 of file segafilmenc.c.