From 56b1686b8c27a0b01d0ae3f50615974d03574947 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 17 Oct 2008 20:00:56 +0200 Subject: Resume aborted song transfer This fixes those my-favorite-song-suddenly-aborted-"bugs", as well as the pause mode, which was more like a stop mode, because pandora *always* aborted the transfer after a few minutes. --- src/player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index e542d4d..ee89237 100644 --- a/src/player.h +++ b/src/player.h @@ -36,6 +36,7 @@ struct aacPlayer { PLAYER_AUDIO_INITIALIZED, PLAYER_FOUND_STSZ, PLAYER_SAMPLESIZE_INITIALIZED, PLAYER_RECV_DATA, PLAYER_FINISHED_PLAYBACK} mode; + size_t bytesReceived; /* stsz atom: sample sizes */ unsigned int *sampleSize; size_t sampleSizeN; -- cgit v1.2.3