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 4f33ea9 commit 180f316Copy full SHA for 180f316
src/AvTranscoder/option/CodecContext.hpp
@@ -12,7 +12,7 @@ namespace avtranscoder
12
* @brief Wrapper of an AVCodecContext.
13
* @note The AVCodecContext is allocated and free by the class. It is not the case of the base class.
14
*/
15
-class CodecContext : public Context
+class AvExport CodecContext : public Context
16
{
17
public:
18
CodecContext( int req_flags = 0 );
src/AvTranscoder/option/Context.hpp
@@ -15,7 +15,7 @@ namespace avtranscoder
* @brief Wrapper of AVContext.
* Can access Options through the corresponding context.
-class Context
+class AvExport Context
19
20
21
Context() {}
0 commit comments