renamed decode.c to decoder_thread.c

It should be obvious in which thread or context a function is being
executed at runtime.  The code which was left in decode.c is for the
decoder thread itself; give the file a better name.
This commit is contained in:
Max Kellermann
2008-08-26 08:44:12 +02:00
parent 4255bba0f7
commit dff8c6450b
5 changed files with 30 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
#include "conf.h"
#include "path.h"
#include "playerData.h"
#include "decode.h"
#include "decoder_thread.h"
#include "player.h"
#include "stats.h"
#include "sig_handlers.h"