Max Kellermann
|
21d3d300fd
|
decoder: renamed plugin methods
Why have a "_func" prefix on all method names? Also don't typedef the
methods, there is no advantage in that.
|
2008-09-29 15:54:27 +02:00 |
|
Max Kellermann
|
4255bba0f7
|
moved global variable "pc" to player.h
This is the last of the three variables. Now we don't need
playerData.h anymore in most sources.
|
2008-08-26 08:41:05 +02:00 |
|
Max Kellermann
|
e754ed01a7
|
renamed functions in decoder_list.h
InputPlugin to decoder_plugin, and no camelCase.
|
2008-08-26 08:27:09 +02:00 |
|
Max Kellermann
|
772d3da98a
|
no camel case in struct decoder_plugin
|
2008-08-26 08:27:08 +02:00 |
|
Max Kellermann
|
41c5fbbb07
|
renamed inputPlugin.* to decoder_list.*
Since inputPlugin.c manages the list of registered decoders, we should
rename the source file.
|
2008-08-26 08:27:08 +02:00 |
|