diff --git a/src/input/plugins/FfmpegInputPlugin.cxx b/src/input/plugins/FfmpegInputPlugin.cxx index 48ed0bb4b..4bbdf3811 100644 --- a/src/input/plugins/FfmpegInputPlugin.cxx +++ b/src/input/plugins/FfmpegInputPlugin.cxx @@ -31,11 +31,12 @@ extern "C" { #include } -struct FfmpegInputStream final : public InputStream { +class FfmpegInputStream final : public InputStream { AVIOContext *h; bool eof; +public: FfmpegInputStream(const char *_uri, Mutex &_mutex, AVIOContext *_h) :InputStream(_uri, _mutex),