FS#9373 - Fix test_codec on multiprocessor codecs
Opened by MichaelGiacomelli (saratoga) - Saturday, 06 September 2008, 19:34 GMT
Last edited by MichaelGiacomelli (saratoga) - Saturday, 20 September 2008, 22:14 GMT
|
Detailstest_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. |
Saturday, 20 September 2008, 22:14 GMT
Reason for closing: Accepted
Additional comments about closing: Accepted in r18558.