renamed inputPlugin.* to decoder_list.*

Since inputPlugin.c manages the list of registered decoders, we should
rename the source file.
This commit is contained in:
Max Kellermann
2008-08-26 08:27:08 +02:00
parent f5711e28da
commit 41c5fbbb07
7 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
#include "../utils.h"
#include "../log.h"
#include "../inputPlugin.h"
#include "../decoder_list.h"
/* this code was based on flac123, from flac-tools */