Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8822 - Resume support for WMA

Attached to Project: Rockbox
Opened by Magnus Holmgren (learman) - Saturday, 29 March 2008, 09:47 GMT+1
Last edited by MichaelGiacomelli (saratoga) - Saturday, 12 April 2008, 21:53 GMT+1
Task Type Patches
Category Codecs
Status Closed
Assigned To MichaelGiacomelli (saratoga)
Player Type SW-codec
Severity Medium
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch enables resume support for WMA files. It works for the two files I've tested it on, but it would probably be good if someone more familiar with the codec (and with access to more test files) take a look at it first.

Note that the patch isn't in sync with the latest playback.c changes, but the patch only adds one line to playback.c...

Side note: just as I was about to add this task, I noticed that there are two calls to wma_decode_init (one of the changes I did made that easier to see). I haven't tried removing the extra call yet...
   wma_resume.patch (1.9 KiB)
 codecs/wma.c |   28 +++++++++++++++++++---------
 playback.c   |    1 +
 2 files changed, 20 insertions(+), 9 deletions(-)

This task depends upon

Closed by  MichaelGiacomelli (saratoga)
Saturday, 12 April 2008, 21:53 GMT+1
Reason for closing:  Accepted
Additional comments about closing:  Seems to work for me.

Loading...