diff options
Diffstat (limited to 'src/decode.h')
-rw-r--r-- | src/decode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h index 8ee2a095f..990f5e57a 100644 --- a/src/decode.h +++ b/src/decode.h @@ -50,6 +50,7 @@ typedef struct _DecoderControl { volatile double seekWhere; AudioFormat audioFormat; Song *current_song; + Song *volatile next_song; volatile float totalTime; } DecoderControl; |