#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.
Initial value:= {
.name = "oma",
.mime_type = "audio/x-oma",
.extensions = "oma",
}
static av_cold int oma_write_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
const AVCodecTag *const ff_oma_codec_tags_list[]
Definition at line 97 of file omaenc.c.