#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.
Functions | |
| static av_cold int | oma_write_header (AVFormatContext *s) |
Variables | |
| AVOutputFormat | ff_oma_muxer |
| static av_cold int oma_write_header | ( | AVFormatContext * | s | ) | [static] |
Initial value:
{
.name = "oma",
.long_name = NULL_IF_CONFIG_SMALL("Sony OpenMG audio"),
.mime_type = "audio/x-oma",
.extensions = "oma",
.audio_codec = CODEC_ID_ATRAC3,
.write_header = oma_write_header,
.write_packet = ff_raw_write_packet,
.codec_tag = (const AVCodecTag* const []){ff_oma_codec_tags, 0},
}
1.5.8