|
FFmpeg
|
#include "libavutil/channel_layout.h"#include "libavutil/intreadwrite.h"#include "libavutil/dict.h"#include "avformat.h"#include "avio_internal.h"#include "demux.h"#include "internal.h"#include "apetag.h"#include "id3v1.h"#include "wv.h"Go to the source code of this file.
Data Structures | |
| struct | WVContext |
Macros | |
| #define | WV_MONO 0x00000004U |
| #define | WV_HYBRID 0x00000008U |
| #define | WV_JOINT 0x00000010U |
| #define | WV_CROSSD 0x00000020U |
| #define | WV_HSHAPE 0x00000040U |
| #define | WV_FLOAT 0x00000080U |
| #define | WV_INT32 0x00000100U |
| #define | WV_HBR 0x00000200U |
| #define | WV_HBAL 0x00000400U |
| #define | WV_MCINIT 0x00000800U |
| #define | WV_MCEND 0x00001000U |
| #define | WV_DSD 0x80000000U |
Functions | |
| static int | wv_probe (const AVProbeData *p) |
| static int | wv_read_block_header (AVFormatContext *ctx, AVIOContext *pb) |
| static int | wv_read_header (AVFormatContext *s) |
| static int | wv_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| static const int | wv_rates [16] |
| const FFInputFormat | ff_wv_demuxer |
| #define WV_DSD 0x80000000U |
Definition at line 44 of file wvdec.c.
Referenced by wv_read_block_header().
|
static |
|
static |
Definition at line 78 of file wvdec.c.
Referenced by wv_read_header(), and wv_read_packet().
|
static |
|
static |
|
static |
| const FFInputFormat ff_wv_demuxer |