triple: fix audio mute state after fast-forwarding in playback

This commit is contained in:
Stefan Seyfried
2012-03-04 18:39:42 +01:00
parent 137948804b
commit 9812df6bba
2 changed files with 5 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ typedef enum
class cAudio
{
friend class cPlayback;
private:
int fd;
bool Muted;