#include "avformat.h"
#include "avio_internal.h"
#include "rawenc.h"
#include "mux.h"
Go to the source code of this file.
◆ aea_write_header()
◆ aea_write_trailer()
◆ ff_aea_muxer
Initial value:= {
.p.name = "aea",
.p.extensions = "aea",
}
static int aea_write_trailer(struct AVFormatContext *s)
static int aea_write_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
Definition at line 95 of file aeaenc.c.