#include <assert.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "avformat.h"
#include "internal.h"
#include "ffm.h"
Go to the source code of this file.
Initial value:= {
.name = "ffm",
.mime_type = "",
.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 void write_header(FFV1Context *f)
Definition at line 237 of file ffmenc.c.