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.
◆ film_write_packet()
◆ get_audio_codec_id()
◆ film_init()
◆ write_header()
◆ film_write_header()
◆ film_deinit()
◆ ff_segafilm_muxer
Initial value:= {
.name = "film_cpk",
.extensions = "cpk",
}
static av_cold int init(AVCodecContext *avctx)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
@ AV_CODEC_ID_PCM_S16BE_PLANAR
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static void film_deinit(AVFormatContext *format_context)
static int film_write_packet(AVFormatContext *format_context, AVPacket *pkt)
static int film_write_header(AVFormatContext *format_context)
static int film_init(AVFormatContext *format_context)
static int write_trailer(AVFormatContext *s1)
Definition at line 324 of file segafilmenc.c.