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()
| static int get_audio_codec_id |
( |
enum AVCodecID | codec_id | ) |
|
|
static |
◆ film_init()
◆ write_header()
| static int write_header |
( |
AVFormatContext * | format_context, |
|
|
uint8_t * | header, |
|
|
unsigned | header_size ) |
|
static |
◆ film_write_header()
◆ film_deinit()
◆ ff_segafilm_muxer
Initial value:= {
.p.name = "film_cpk",
.p.extensions = "cpk",
}
@ AV_CODEC_ID_PCM_S16BE_PLANAR
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
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)
Definition at line 275 of file segafilmenc.c.