diff options
author | Max Kellermann <max@duempel.org> | 2013-01-25 22:43:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-25 22:43:01 +0100 |
commit | 49567f1f3eab7ac04e4c3c818212e4e3cb437e0f (patch) | |
tree | 58edb1734c45d7c8ec483ea05a7ea88ceb2b7a20 /src/input/FfmpegInputPlugin.cxx | |
parent | 94fffb332bb40eb4b13ad7a2039109d2a420a8f6 (diff) | |
download | mpd-49567f1f3eab7ac04e4c3c818212e4e3cb437e0f.tar.gz mpd-49567f1f3eab7ac04e4c3c818212e4e3cb437e0f.tar.xz mpd-49567f1f3eab7ac04e4c3c818212e4e3cb437e0f.zip |
input_{internal,plugin}: convert to C++
Diffstat (limited to 'src/input/FfmpegInputPlugin.cxx')
-rw-r--r-- | src/input/FfmpegInputPlugin.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/FfmpegInputPlugin.cxx b/src/input/FfmpegInputPlugin.cxx index 53e67ef17..3e59bca9c 100644 --- a/src/input/FfmpegInputPlugin.cxx +++ b/src/input/FfmpegInputPlugin.cxx @@ -22,8 +22,8 @@ #include "config.h" #include "FfmpegInputPlugin.hxx" -#include "input_internal.h" -#include "input_plugin.h" +#include "InputInternal.hxx" +#include "InputPlugin.hxx" extern "C" { #include <libavutil/avutil.h> |