#ifndef CONFIGURATION_HH_ # define CONFIGURATION_HH_ # include # include class Configuration { public: std::list input; std::string output; std::string codec; std::list filters; private: }; #endif /* !CONFIGURATION_HH_ */