Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11586 - Buffering issue when using seek

Attached to Project: Rockbox
Opened by Andree Buschmann (Buschel) - Monday, 30 August 2010, 23:54 GMT+2
Last edited by Andree Buschmann (Buschel) - Tuesday, 31 August 2010, 00:42 GMT+2
Task Type Bugs
Category Operating System/Drivers
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.6
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

In the forums there is an issue described when trying to play certain m4a-files (see http://forums.rockbox.org/index.php?topic=25602.15 or  FS#11539 ) which need a seek after the m4a-parsing. Those files are parsed at the fileend and afterwards need to be seeked back to the beginning for playback.

The attached patch hotfixes the issue, but does not seem to be the best and final solution. Tested on iPod 5.5G and Sansa e200.
   buffering_v01.patch (0.6 KiB)
 apps/buffering.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Andree Buschmann (Buschel)
Tuesday, 31 August 2010, 00:42 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Fixed with r27950.
Comment by Andree Buschmann (Buschel) - Tuesday, 31 August 2010, 00:31 GMT+2
A better approach by Magnus Holmgren.
   buffering_v02.patch (0.4 KiB)
 apps/buffering.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Loading...