Have the codec thread do callbacks instead of messing with the stack which is much...
commit19efe8d28ec1419e99353c49653e06505bea8a89
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Mon, 5 Jan 2009 10:31:19 +0000 (5 10:31 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Mon, 5 Jan 2009 10:31:19 +0000 (5 10:31 +0000)
tree2b0aa3b9b8888c4746b75d4750d90f79552159ee
parent80b13ad8371185c42a061d60ef6017e6e420cab4
Have the codec thread do callbacks instead of messing with the stack which is much simpler and safer. Remove threads array from plugin API since it now serves no purpose. Up minimum API version and sort.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19684 a1c6a512-1295-4272-9138-f99709370657
apps/playback.c
apps/playback.h
apps/plugin.c
apps/plugin.h
apps/plugins/mpegplayer/audio_thread.c
apps/plugins/test_codec.c