#include "avformat.h"
#include "avio_internal.h"
#include "id3v2.h"
#include "internal.h"
#include "mux.h"
#include "oma.h"
#include "rawenc.h"
Go to the source code of this file.
◆ oma_write_header()
◆ ff_oma_muxer
Initial value:= {
.p.name = "oma",
.p.mime_type = "audio/x-oma",
.p.extensions = "oma",
}
#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....
const AVCodecTag *const ff_oma_codec_tags_list[]
static av_cold int oma_write_header(AVFormatContext *s)
Definition at line 95 of file omaenc.c.