wv.c File Reference

Go to the source code of this file.

Classes

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
}

Functions

static int wv_probe (AVProbeData *p)
static int wv_read_block_header (AVFormatContext *ctx, ByteIOContext *pb)
static int wv_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int wv_read_packet (AVFormatContext *s, AVPacket *pkt)
static int wv_read_close (AVFormatContext *s)
static int wv_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)

Variables

static const int wv_rates [16]
AVInputFormat wv_demuxer


Enumeration Type Documentation

enum WV_FLAGS

Enumerator:
WV_MONO 
WV_HYBRID 
WV_JOINT 
WV_CROSSD 
WV_HSHAPE 
WV_FLOAT 
WV_INT32 
WV_HBR 
WV_HBAL 
WV_MCINIT 
WV_MCEND 

Definition at line 30 of file wv.c.


Function Documentation

static int wv_probe ( AVProbeData p  )  [static]

Definition at line 58 of file wv.c.

static int wv_read_block_header ( AVFormatContext ctx,
ByteIOContext pb 
) [static]

Definition at line 70 of file wv.c.

Referenced by wv_read_header(), and wv_read_packet().

static int wv_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 135 of file wv.c.

static int wv_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 161 of file wv.c.

static int wv_read_close ( AVFormatContext s  )  [static]

Definition at line 190 of file wv.c.

static int wv_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
) [static]

Definition at line 195 of file wv.c.


Variable Documentation

const int wv_rates[16] [static]

Initial value:

 {
     6000,  8000,  9600, 11025, 12000, 16000, 22050, 24000,
    32000, 44100, 48000, 64000, 88200, 96000, 192000, -1
}

Definition at line 44 of file wv.c.

Referenced by wv_read_block_header().

Initial value:

Definition at line 227 of file wv.c.


Generated on Sat Dec 18 05:15:56 2010 for MythTV by  doxygen 1.5.5