#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "ffm.h"
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 | ffm_muxer |
static void ffm_write_data | ( | AVFormatContext * | s, | |
const uint8_t * | buf, | |||
int | size, | |||
int64_t | dts, | |||
int | header | |||
) | [static] |
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] |
Initial value:
{ "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, }