FFmpeg
4.4
|
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "avformat.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 |
Enumerations | |
enum | WV_FLAGS { WV_MONO = 0x0004 , WV_HYBRID = 0x0008 , WV_JOINT = 0x0010 , WV_CROSSD = 0x0020 , WV_HSHAPE = 0x0040 , WV_FLOAT = 0x0080 , WV_INT32 = 0x0100 , WV_HBR = 0x0200 , WV_HBAL = 0x0400 , WV_MCINIT = 0x0800 , WV_MCEND = 0x1000 , WV_DSD = 0x80000000 } |
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] |
AVInputFormat | ff_wv_demuxer |
enum WV_FLAGS |
|
static |
|
static |
Definition at line 78 of file wvdec.c.
Referenced by wv_read_header(), and wv_read_packet().
|
static |
|
static |
|
static |
Definition at line 46 of file wvdec.c.
Referenced by wv_read_block_header().
AVInputFormat ff_wv_demuxer |