aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/FfmpegInputPlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-17 10:20:57 +0200
committerMax Kellermann <max@duempel.org>2013-10-17 10:20:57 +0200
commit24780d99e61af44141e8f0d0d0776a1c994e6770 (patch)
tree23cc5597c41d9031eb74892ef7d7c0e5eceb05fd /src/input/FfmpegInputPlugin.hxx
parent7c1cf617282c591dff85df164c178198a0ce7738 (diff)
downloadmpd-24780d99e61af44141e8f0d0d0776a1c994e6770.tar.gz
mpd-24780d99e61af44141e8f0d0d0776a1c994e6770.tar.xz
mpd-24780d99e61af44141e8f0d0d0776a1c994e6770.zip
input_plugin: rename struct to "InputPlugin"
Diffstat (limited to 'src/input/FfmpegInputPlugin.hxx')
-rw-r--r--src/input/FfmpegInputPlugin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/FfmpegInputPlugin.hxx b/src/input/FfmpegInputPlugin.hxx
index d5e3a8d9b..9bc2eeaea 100644
--- a/src/input/FfmpegInputPlugin.hxx
+++ b/src/input/FfmpegInputPlugin.hxx
@@ -23,6 +23,6 @@
/**
* An input plugin based on libavformat's "avio" library.
*/
-extern const struct input_plugin input_plugin_ffmpeg;
+extern const struct InputPlugin input_plugin_ffmpeg;
#endif