1
0
Fork 0
forked from len0rd/rockbox

Simple fix which should improve track change performance slightly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15324 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2007-10-27 00:13:10 +00:00
parent 4a5894db1a
commit 0652663367

View file

@ -367,7 +367,7 @@ static void *bufgetcodec(struct track_info *track)
ssize_t ret = bufgetdata(track->codec_hid, track->codecsize, &ptr);
if (ret == -2) {
buf_request_buffer_handle(CUR_TI->audio_hid);
buf_request_buffer_handle(track->codec_hid);
}
while (ret == -2) {