|
FFmpeg
|
Westwood Studios AUD file demuxer by Mike Melanson (melanson@pcisys.net) for more information on the Westwood file formats, visit: http://www.pcisys.net/~melanson/codecs/ http://www.geocities.com/SiliconValley/8682/aud3.txt. More...
#include "libavutil/channel_layout.h"#include "libavutil/intreadwrite.h"#include "avformat.h"#include "internal.h"Macros | |
| #define | AUD_HEADER_SIZE 12 |
| #define | AUD_CHUNK_PREAMBLE_SIZE 8 |
| #define | AUD_CHUNK_SIGNATURE 0x0000DEAF |
Variables | |
| AVInputFormat | ff_wsaud_demuxer |
Westwood Studios AUD file demuxer by Mike Melanson (melanson@pcisys.net) for more information on the Westwood file formats, visit: http://www.pcisys.net/~melanson/codecs/ http://www.geocities.com/SiliconValley/8682/aud3.txt.
Implementation note: There is no definite file signature for AUD files. The demuxer uses a probabilistic strategy for content detection. This entails performing sanity checks on certain header values in order to qualify a file. Refer to wsaud_probe() for the precise parameters.
| AVInputFormat ff_wsaud_demuxer |
1.8.12