From e8bd9ddc9fc99d31659db1121622bef0f3303fc1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:09 +0200 Subject: moved code to player_thread.c Move code which runs in the player thread to player_thread.c. Having a lot of player thread code in decode.c isn't easy to understand. --- src/decode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/decode.h') diff --git a/src/decode.h b/src/decode.h index fbee97c8..29e25392 100644 --- a/src/decode.h +++ b/src/decode.h @@ -59,8 +59,6 @@ typedef struct _DecoderControl { volatile float totalTime; } DecoderControl; -void decode(void); - void decoderInit(void); #endif -- cgit v1.2.3