Commit 5e486964 authored by Max Kellermann's avatar Max Kellermann

ffmpeg: no CamelCase

Renamed variables.
parent e26bff9b
...@@ -31,7 +31,7 @@ extern const struct decoder_plugin aacPlugin; ...@@ -31,7 +31,7 @@ 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;
extern const struct decoder_plugin modPlugin; extern const struct decoder_plugin modPlugin;
extern const struct decoder_plugin ffmpegPlugin; extern const struct decoder_plugin ffmpeg_plugin;
static const struct decoder_plugin *const decoder_plugins[] = { static const struct decoder_plugin *const decoder_plugins[] = {
#ifdef HAVE_MAD #ifdef HAVE_MAD
...@@ -65,7 +65,7 @@ static const struct decoder_plugin *const decoder_plugins[] = { ...@@ -65,7 +65,7 @@ static const struct decoder_plugin *const decoder_plugins[] = {
&modPlugin, &modPlugin,
#endif #endif
#ifdef HAVE_FFMPEG #ifdef HAVE_FFMPEG
&ffmpegPlugin, &ffmpeg_plugin,
#endif #endif
}; };
......
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