FFmpeg  4.0
Data Fields
FLACFrameInfo Struct Reference

#include <libavcodec/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...
 

Detailed Description

Definition at line 84 of file flac.h.

Field Documentation

◆ blocksize

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().

◆ ch_mode

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().

◆ frame_or_sample_num

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().

◆ is_var_size

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().


The documentation for this struct was generated from the following file: