moved variable "dc" to decode.h

Now that "dc" is available here, we don't have to pass it to
decoder_is_idle() and decoder_is_starting() anymore.
This commit is contained in:
Max Kellermann
2008-08-26 08:40:47 +02:00
parent 9521c92f66
commit 1c03c721ea
8 changed files with 27 additions and 22 deletions

View File

@@ -17,7 +17,8 @@
*/
#include "decode.h"
#include "playerData.h"
struct decoder_control dc;
void dc_command_wait(Notify *notify)
{