decoder/flac: document flac_data::position
This commit is contained in:
parent
70367d70c8
commit
2ca8d69126
|
@ -61,6 +61,10 @@ struct flac_data : public FlacInput {
|
||||||
*/
|
*/
|
||||||
FLAC__uint64 total_frames;
|
FLAC__uint64 total_frames;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* End of last frame's position within the stream. This is
|
||||||
|
* used for bit rate calculations.
|
||||||
|
*/
|
||||||
FLAC__uint64 position;
|
FLAC__uint64 position;
|
||||||
|
|
||||||
Decoder &decoder;
|
Decoder &decoder;
|
||||||
|
|
Loading…
Reference in New Issue