|
FFmpeg
|
Sierra VMD audio decoder by Vladimir "VAG" Gneushev (vagsoft at mail.ru) for more information on the Sierra VMD format, visit: http://www.pcisys.net/~melanson/codecs/. More...
#include <string.h>#include "libavutil/avassert.h"#include "libavutil/channel_layout.h"#include "libavutil/common.h"#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "internal.h"Classes | |
| struct | VmdAudioContext |
Macros | |
| #define | BLOCK_TYPE_AUDIO 1 |
| #define | BLOCK_TYPE_INITIAL 2 |
| #define | BLOCK_TYPE_SILENCE 3 |
Typedefs | |
| typedef struct VmdAudioContext | VmdAudioContext |
Variables | |
| AVCodec | ff_vmdaudio_decoder |
Sierra VMD audio decoder by Vladimir "VAG" Gneushev (vagsoft at mail.ru) for more information on the Sierra VMD format, visit: http://www.pcisys.net/~melanson/codecs/.
The audio decoder, expects each encoded data chunk to be prepended with the appropriate 16-byte frame information record from the VMD file. It does not require the 0x330-byte VMD file header, but it does need the audio setup parameters passed in through normal libavcodec API means.
| AVCodec ff_vmdaudio_decoder |
1.8.12