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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user