Libav
Data Fields
FlacFrame Struct Reference

Data Fields

FlacSubframe subframes [FLAC_MAX_CHANNELS]
 
int blocksize
 
int bs_code [2]
 
uint8_t crc8
 
int ch_mode
 
int verbatim_only
 

Detailed Description

Definition at line 85 of file flacenc.c.

Field Documentation

§ subframes

FlacSubframe FlacFrame::subframes[FLAC_MAX_CHANNELS]

§ blocksize

int FlacFrame::blocksize

§ bs_code

int FlacFrame::bs_code[2]

Definition at line 88 of file flacenc.c.

Referenced by count_frame_header(), init_frame(), and write_frame_header().

§ crc8

uint8_t FlacFrame::crc8

Definition at line 89 of file flacenc.c.

§ ch_mode

int FlacFrame::ch_mode

Definition at line 90 of file flacenc.c.

Referenced by channel_decorrelation(), and write_frame_header().

§ verbatim_only

int FlacFrame::verbatim_only

Definition at line 91 of file flacenc.c.

Referenced by encode_residual_ch(), flac_encode_frame(), and init_frame().


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