Libav 0.7.1
|
Go to the source code of this file.
Functions | |
static void | flush_packet (AVFormatContext *s) |
static void | ffm_write_data (AVFormatContext *s, const uint8_t *buf, int size, int64_t dts, int header) |
static int | ffm_write_header (AVFormatContext *s) |
static int | ffm_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | ffm_write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_ffm_muxer |
static void ffm_write_data | ( | AVFormatContext * | s, |
const uint8_t * | buf, | ||
int | size, | ||
int64_t | dts, | ||
int | header | ||
) | [static] |
Definition at line 56 of file ffmenc.c.
Referenced by ffm_write_packet().
static int ffm_write_header | ( | AVFormatContext * | s | ) | [static] |
static int ffm_write_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) | [static] |
static int ffm_write_trailer | ( | AVFormatContext * | s | ) | [static] |
static void flush_packet | ( | AVFormatContext * | s | ) | [static] |
Definition at line 26 of file ffmenc.c.
Referenced by ffm_write_data(), and ffm_write_trailer().
{ "ffm", NULL_IF_CONFIG_SMALL("FFM (FFserver live feed) format"), "", "ffm", sizeof(FFMContext), CODEC_ID_MP2, CODEC_ID_MPEG1VIDEO, ffm_write_header, ffm_write_packet, ffm_write_trailer, }