From 8712a1f7bf7f38bfdf93db9545497a81e1f9f0cf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 4 Nov 2008 16:55:12 +0100 Subject: mp4: no CamelCasee Renamed functions and variables. --- src/decoder_list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder_list.c') diff --git a/src/decoder_list.c b/src/decoder_list.c index f6041a5e8..125580e96 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, -- cgit v1.2.3