#include "avformat.h"
#include "avio_internal.h"
#include "id3v2.h"
#include "internal.h"
#include "oma.h"
#include "rawenc.h"
Go to the source code of this file.
◆ oma_write_header()
◆ ff_oma_muxer
Initial value:= {
.name = "oma",
.mime_type = "audio/x-oma",
.extensions = "oma",
}
static av_cold int oma_write_header(AVFormatContext *s)
const AVCodecTag ff_oma_codec_tags[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 97 of file omaenc.c.