renamed player.c to player_control.c

Give player.c a better name, meaning that the code is used to control
the player thread.
This commit is contained in:
Max Kellermann
2008-08-26 08:44:38 +02:00
parent b616dff77d
commit 5e51fa020d
13 changed files with 252 additions and 272 deletions

View File

@@ -26,7 +26,7 @@
#include "path.h"
#include "playerData.h"
#include "decoder_thread.h"
#include "player.h"
#include "player_control.h"
#include "stats.h"
#include "sig_handlers.h"
#include "audio.h"