You need to sign in or sign up before continuing.
Commit 8712a1f7 authored by Max Kellermann's avatar Max Kellermann

mp4: no CamelCasee

Renamed functions and variables.
parent ab07cdd4
...@@ -26,7 +26,7 @@ extern const struct decoder_plugin oggvorbisPlugin; ...@@ -26,7 +26,7 @@ extern const struct decoder_plugin oggvorbisPlugin;
extern const struct decoder_plugin flacPlugin; extern const struct decoder_plugin flacPlugin;
extern const struct decoder_plugin oggflacPlugin; extern const struct decoder_plugin oggflacPlugin;
extern const struct decoder_plugin audiofilePlugin; 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 aacPlugin;
extern const struct decoder_plugin mpcPlugin; extern const struct decoder_plugin mpcPlugin;
extern const struct decoder_plugin wavpackPlugin; extern const struct decoder_plugin wavpackPlugin;
...@@ -53,7 +53,7 @@ static const struct decoder_plugin *const decoder_plugins[] = { ...@@ -53,7 +53,7 @@ static const struct decoder_plugin *const decoder_plugins[] = {
&aacPlugin, &aacPlugin,
#endif #endif
#ifdef HAVE_MP4 #ifdef HAVE_MP4
&mp4Plugin, &mp4_plugin,
#endif #endif
#ifdef HAVE_MPCDEC #ifdef HAVE_MPCDEC
&mpcPlugin, &mpcPlugin,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment