FFmpeg
|
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 86 of file libavcodec/flacenc.c.
Field Documentation
int FlacFrame::blocksize |
Definition at line 88 of file libavcodec/flacenc.c.
Referenced by channel_decorrelation(), encode_residual_ch(), find_subframe_rice_params(), flac_encode_frame(), init_frame(), remove_wasted_bits(), subframe_count_exact(), update_md5_sum(), and write_subframes().
int FlacFrame::bs_code[2] |
Definition at line 89 of file libavcodec/flacenc.c.
Referenced by count_frame_header(), init_frame(), and write_frame_header().
int FlacFrame::ch_mode |
Definition at line 91 of file libavcodec/flacenc.c.
Referenced by channel_decorrelation(), and write_frame_header().
uint8_t FlacFrame::crc8 |
Definition at line 90 of file libavcodec/flacenc.c.
FlacSubframe FlacFrame::subframes[FLAC_MAX_CHANNELS] |
Definition at line 87 of file libavcodec/flacenc.c.
Referenced by channel_decorrelation(), encode_residual_ch(), init_frame(), remove_wasted_bits(), and write_subframes().
int FlacFrame::verbatim_only |
Definition at line 92 of file libavcodec/flacenc.c.
Referenced by encode_residual_ch(), flac_encode_frame(), and init_frame().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11