decoder/flac: late "total_frames" initialization
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user