forked from len0rd/rockbox
Revert previous, it is broken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9724 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c08d7f1802
commit
1344ccd3c1
1 changed files with 1 additions and 3 deletions
|
@ -1017,7 +1017,7 @@ void codec_seek_complete_callback(void)
|
|||
if (!paused)
|
||||
pcmbuf_pause(false);
|
||||
}
|
||||
queue_post(&codec_callback_queue, Q_CODEC_REQUEST_COMPLETE, 0);
|
||||
ci.seek_time = 0;
|
||||
}
|
||||
|
||||
bool codec_seek_buffer_callback(size_t newpos)
|
||||
|
@ -2015,8 +2015,6 @@ void audio_thread(void)
|
|||
break ;
|
||||
logf("ff_rewind");
|
||||
ci.seek_time = (long)ev.data+1;
|
||||
queue_wait(&codec_callback_queue, &ev);
|
||||
ci.seek_time = 0;
|
||||
break ;
|
||||
|
||||
case Q_AUDIO_REBUFFER_SEEK:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue