FFmpeg
|
#include <flac.h>
Data Fields | |
FLACCOMMONINFO int | blocksize |
block size of the frame More... | |
int | ch_mode |
channel decorrelation mode More... | |
int64_t | frame_or_sample_num |
frame number or sample number More... | |
int | is_var_size |
specifies if the stream uses variable block sizes or a fixed block size; also determines the meaning of frame_or_sample_num More... | |
FLACCOMMONINFO int FLACFrameInfo::blocksize |
block size of the frame
Definition at line 86 of file flac.h.
Referenced by check_header_mismatch(), decode_frame(), ff_flac_decode_frame_header(), flac_parse(), and get_best_header().
int FLACFrameInfo::ch_mode |
channel decorrelation mode
Definition at line 87 of file flac.h.
Referenced by decode_frame(), and ff_flac_decode_frame_header().
int64_t FLACFrameInfo::frame_or_sample_num |
frame number or sample number
Definition at line 88 of file flac.h.
Referenced by check_header_mismatch(), ff_flac_decode_frame_header(), flac_parse(), and get_best_header().
int FLACFrameInfo::is_var_size |
specifies if the stream uses variable block sizes or a fixed block size; also determines the meaning of frame_or_sample_num
Definition at line 89 of file flac.h.
Referenced by check_header_fi_mismatch(), ff_flac_decode_frame_header(), flac_parse(), and get_best_header().