aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_list.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-04 16:55:12 +0100
committerMax Kellermann <max@duempel.org>2008-11-04 16:55:12 +0100
commit8712a1f7bf7f38bfdf93db9545497a81e1f9f0cf (patch)
treee343e3054ffdbd35dbaf49dc968a09f59486dc63 /src/decoder_list.c
parentab07cdd453ae4a7570d827b0916106bf3a41af85 (diff)
mp4: no CamelCasee
Renamed functions and variables.
Diffstat (limited to 'src/decoder_list.c')
-rw-r--r--src/decoder_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder_list.c b/src/decoder_list.c
index f6041a5e..125580e9 100644
--- a/src/decoder_list.c
+++ b/src/decoder_list.c
@@ -26,7 +26,7 @@ extern const struct decoder_plugin oggvorbisPlugin;
extern const struct decoder_plugin flacPlugin;
extern const struct decoder_plugin oggflacPlugin;
extern const struct decoder_plugin audiofilePlugin;
-extern const struct decoder_plugin mp4Plugin;
+extern const struct decoder_plugin mp4_plugin;
extern const struct decoder_plugin aacPlugin;
extern const struct decoder_plugin mpcPlugin;
extern const struct decoder_plugin wavpackPlugin;
@@ -53,7 +53,7 @@ static const struct decoder_plugin *const decoder_plugins[] = {
&aacPlugin,
#endif
#ifdef HAVE_MP4
- &mp4Plugin,
+ &mp4_plugin,
#endif
#ifdef HAVE_MPCDEC
&mpcPlugin,