#include <flac.h>
Data Fields | |
FLACCOMMONINFO int | blocksize |
block size of the frame | |
int | ch_mode |
channel decorrelation mode | |
int64_t | frame_or_sample_num |
frame number or sample number | |
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 |
Definition at line 83 of file flac.h.
FLACCOMMONINFO int FLACFrameInfo::blocksize |
block size of the frame
Definition at line 85 of file flac.h.
Referenced by check_header_mismatch(), decode_frame(), ff_flac_decode_frame_header(), flac_parse(), and get_best_header().
channel decorrelation mode
Definition at line 86 of file flac.h.
Referenced by decode_frame(), and ff_flac_decode_frame_header().
frame number or sample number
Definition at line 87 of file flac.h.
Referenced by check_header_mismatch(), and ff_flac_decode_frame_header().
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 88 of file flac.h.
Referenced by check_header_mismatch(), and ff_flac_decode_frame_header().