We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09244f7 commit db4d1c8Copy full SHA for db4d1c8
src/AvTranscoder/common.hpp
@@ -57,7 +57,7 @@ namespace avtranscoder
57
typedef AVRational Rational;
58
59
/// Register all the codecs and formats which are enabled at configuration time.
60
-void preloadCodecsAndFormats();
+void AvExport preloadCodecsAndFormats();
61
62
#ifndef SWIG
63
void split( std::vector< std::string >& splitedString, const std::string& inputString, const std::string& splitChars = ";" );
0 commit comments