Definition at line 51 of file flacdec.c.
◆ class
◆ flac_stream_info
◆ avctx
◆ gb
◆ blocksize
int FLACContext::blocksize |
number of samples in the current frame
Definition at line 58 of file flacdec.c.
◆ sample_shift
int FLACContext::sample_shift |
shift required to make output samples 16-bit or 32-bit
Definition at line 59 of file flacdec.c.
◆ ch_mode
channel decorrelation type in the current frame
Definition at line 60 of file flacdec.c.
◆ got_streaminfo
int FLACContext::got_streaminfo |
indicates if the STREAMINFO has been read
Definition at line 61 of file flacdec.c.
◆ decoded
decoded samples
Definition at line 63 of file flacdec.c.
◆ decoded_buffer
uint8_t* FLACContext::decoded_buffer |
◆ decoded_buffer_size
unsigned int FLACContext::decoded_buffer_size |
◆ buggy_lpc
int FLACContext::buggy_lpc |
use workaround for old lavc encoded files
Definition at line 66 of file flacdec.c.
◆ dsp
The documentation for this struct was generated from the following file: