FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AUDMuxContext |
Macros | |
#define | AUD_CHUNK_SIGNATURE 0x0000DEAF |
Functions | |
static int | wsaud_write_init (AVFormatContext *ctx) |
static int | wsaud_write_header (AVFormatContext *ctx) |
static int | wsaud_write_packet (AVFormatContext *ctx, AVPacket *pkt) |
static int | wsaud_write_trailer (AVFormatContext *ctx) |
Variables | |
const AVOutputFormat | ff_wsaud_muxer |
Westwood Studios AUD file muxer by Aidan Richmond (aidan) .is@ hotma il.c o.uk
This muxer supports IMA ADPCM packed in westwoods format.
Definition in file westwood_audenc.c.
#define AUD_CHUNK_SIGNATURE 0x0000DEAF |
Definition at line 36 of file westwood_audenc.c.
|
static |
Definition at line 43 of file westwood_audenc.c.
|
static |
Definition at line 69 of file westwood_audenc.c.
|
static |
Definition at line 98 of file westwood_audenc.c.
|
static |
Definition at line 116 of file westwood_audenc.c.
const AVOutputFormat ff_wsaud_muxer |
Definition at line 128 of file westwood_audenc.c.