#ifndef FFCONV_FFCPP_H #define FFCONV_FFCPP_H #include namespace ffcpp { void init(); void throwIfError(int result, const std::string& description); } #endif //FFCONV_FFCPP_H