FFmpeg
|
#include <stdint.h>
#include <string.h>
#include "libavutil/error.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/macros.h"
#include "wv.h"
Go to the source code of this file.
Functions | |
int | ff_wv_parse_header (WvHeader *wv, const uint8_t *data) |
Parse a WavPack block header. More... | |
int ff_wv_parse_header | ( | WvHeader * | wv, |
const uint8_t * | data | ||
) |
Parse a WavPack block header.
wv | this struct will be filled with parse header information |
data | header data, must be WV_HEADER_SIZE bytes long |
Definition at line 30 of file wv.c.
Referenced by wv_read_block_header(), and wv_write_packet().