libavformat/ffmenc.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat_readwrite.h"
#include "avformat.h"
#include "internal.h"
#include "ffm.h"
Go to the source code of this file.
Function Documentation
static void ffm_write_data |
( |
AVFormatContext * |
s, |
|
|
const uint8_t * |
buf, |
|
|
int |
size, |
|
|
int64_t |
dts, |
|
|
int |
header | |
|
) |
| | [static] |
Variable Documentation
Initial value:
{
.name = "ffm",
.long_name = NULL_IF_CONFIG_SMALL("FFM (FFserver live feed) format"),
.mime_type = "",
.extensions = "ffm",
.priv_data_size = sizeof(FFMContext),
.audio_codec = CODEC_ID_MP2,
.video_codec = CODEC_ID_MPEG1VIDEO,
.write_header = ffm_write_header,
.write_packet = ffm_write_packet,
.write_trailer = ffm_write_trailer,
}
Definition at line 244 of file ffmenc.c.