FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 94 of file flacenc.c.

Field Documentation

FlacSubframe FlacFrame::subframes[FLAC_MAX_CHANNELS]
int FlacFrame::blocksize
int FlacFrame::bs_code[2]

Definition at line 97 of file flacenc.c.

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

uint8_t FlacFrame::crc8

Definition at line 98 of file flacenc.c.

int FlacFrame::ch_mode

Definition at line 99 of file flacenc.c.

Referenced by channel_decorrelation(), and write_frame_header().

int FlacFrame::verbatim_only

Definition at line 100 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: