Commit 2ca8d691 authored by Max Kellermann's avatar Max Kellermann

decoder/flac: document flac_data::position

parent 70367d70
......@@ -61,6 +61,10 @@ struct flac_data : public FlacInput {
*/
FLAC__uint64 total_frames;
/**
* End of last frame's position within the stream. This is
* used for bit rate calculations.
*/
FLAC__uint64 position;
Decoder &decoder;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment