Westwood Studios AUD file muxer by Aidan Richmond (aidan.nosp@m..is@.nosp@m.hotma.nosp@m.il.c.nosp@m.o.uk)
More...
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "mux.h"
#include <stdint.h>
Go to the source code of this file.
Westwood Studios AUD file muxer by Aidan Richmond (aidan.nosp@m..is@.nosp@m.hotma.nosp@m.il.c.nosp@m.o.uk)
This muxer supports IMA ADPCM packed in westwoods format.
- See also
- http://xhp.xwis.net/documents/aud3.txt
Definition in file westwood_audenc.c.
◆ AUD_CHUNK_SIGNATURE
| #define AUD_CHUNK_SIGNATURE 0x0000DEAF |
◆ wsaud_write_init()
◆ wsaud_write_header()
◆ wsaud_write_packet()
◆ wsaud_write_trailer()
◆ ff_wsaud_muxer
Initial value:= {
.p.name = "wsaud",
.p.extensions = "aud",
}
@ AV_CODEC_ID_ADPCM_IMA_WS
#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....
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
static int wsaud_write_packet(AVFormatContext *ctx, AVPacket *pkt)
static int wsaud_write_trailer(AVFormatContext *ctx)
static int wsaud_write_header(AVFormatContext *ctx)
static int wsaud_write_init(AVFormatContext *ctx)
Definition at line 117 of file westwood_audenc.c.