decoder/flac: late "total_frames" initialization

This commit is contained in:
Max Kellermann
2016-07-08 22:43:01 +02:00
parent 79d4f8674c
commit 475ac76a5f
2 changed files with 4 additions and 1 deletions

View File

@@ -56,6 +56,8 @@ struct flac_data : public FlacInput {
/**
* The total number of frames in this song. 0 means unknown.
*
* This attribute is defined if "initialized" is true.
*/
FLAC__uint64 total_frames;