DecoderControl: use SignedSongTime for the song duration

This commit is contained in:
Max Kellermann
2014-08-29 12:44:54 +02:00
parent 7c25d83f1c
commit ca252804c6
3 changed files with 6 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ struct DecoderControl {
*/
SongTime end_time;
float total_time;
SignedSongTime total_time;
/** the #MusicChunk allocator */
MusicBuffer *buffer;