FFmpeg
|
#include "avformat.h"
#include "avio_internal.h"
#include "id3v2.h"
#include "internal.h"
#include "oma.h"
#include "rawenc.h"
Include dependency graph for omaenc.c:
Go to the source code of this file.
Functions | |
static av_cold int | oma_write_header (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_oma_muxer |
Function Documentation
|
static |
Variable Documentation
AVOutputFormat ff_oma_muxer |
Initial value:
= {
.name = "oma",
.long_name = NULL_IF_CONFIG_SMALL("Sony OpenMG audio"),
.mime_type = "audio/x-oma",
.extensions = "oma",
.audio_codec = AV_CODEC_ID_ATRAC3,
.write_header = oma_write_header,
.write_packet = ff_raw_write_packet,
}
Definition: libavcodec/avcodec.h:412
Definition: libavformat/internal.h:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/rawenc.c:26
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11