FFmpeg  2.6.9
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
WVContext Struct Reference

Data Fields

uint8_t block_header [WV_HEADER_SIZE]
WvHeader header
int rate
int chan
int bpp
uint32_t chmask
int multichannel
int block_parsed
int64_t pos
int64_t apetag_start

Detailed Description

Definition at line 50 of file wvdec.c.

Field Documentation

uint8_t WVContext::block_header[WV_HEADER_SIZE]

Definition at line 51 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_packet().

WvHeader WVContext::header

Definition at line 52 of file wvdec.c.

Referenced by wv_read_block_header(), wv_read_header(), and wv_read_packet().

int WVContext::rate

Definition at line 53 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().

int WVContext::chan

Definition at line 53 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().

int WVContext::bpp

Definition at line 53 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().

uint32_t WVContext::chmask

Definition at line 54 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().

int WVContext::multichannel

Definition at line 55 of file wvdec.c.

Referenced by wv_read_block_header().

int WVContext::block_parsed

Definition at line 56 of file wvdec.c.

Referenced by wv_read_block_header(), wv_read_header(), wv_read_packet(), and wv_read_seek().

int64_t WVContext::pos

Definition at line 57 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_packet().

int64_t WVContext::apetag_start

Definition at line 59 of file wvdec.c.

Referenced by wv_read_block_header(), and wv_read_header().


The documentation for this struct was generated from the following file: