Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9373 - Fix test_codec on multiprocessor codecs

Attached to Project: Rockbox
Opened by MichaelGiacomelli (saratoga) - Saturday, 06 September 2008, 21:34 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Sunday, 21 September 2008, 00:14 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type SW-codec
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

test_codec doesn't provide some of the threading functions in the codec interface because they're not provided by the plugin interface. This cases test_codec to crash on SPC files, and any future multithreaded codecs.

This patch adds the needed functions to the plugin API, resolving the issue.
   test_codec.patch (1.9 KiB)
 apps/plugins/test_codec.c |   13 +++++++++++++
 apps/plugin.c             |    8 ++++++++
 apps/plugin.h             |    9 +++++++++
 3 files changed, 30 insertions(+)

This task depends upon

Closed by  MichaelGiacomelli (saratoga)
Sunday, 21 September 2008, 00:14 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Accepted in r18558.

Loading...