Go to the source code of this file.
|
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 void | write_header_chunk (AVIOContext *pb, AVIOContext *dpb, unsigned id) |
|
static int | ffm_write_header_codec_private_ctx (AVFormatContext *s, AVCodecContext *ctx, int type) |
|
static int | ffm_write_header_codec_ctx (AVIOContext *pb, AVCodecContext *ctx, unsigned tag, int type) |
|
static int | ffm_write_recommended_config (AVIOContext *pb, AVCodecContext *ctx, unsigned tag, const char *configuration) |
|
static int | ffm_write_header (AVFormatContext *s) |
|
static int | ffm_write_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | ffm_write_trailer (AVFormatContext *s) |
|
Initial value:= {
.name = "ffm",
.extensions = "ffm",
}
static int ffm_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int ffm_write_trailer(AVFormatContext *s)
static int ffm_write_header(AVFormatContext *s)
static int write_trailer(AVFormatContext *s1)
static void write_header(FFV1Context *f)
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 359 of file ffmenc.c.