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 2464b4a commit 7ce7b1cCopy full SHA for 7ce7b1c
src/AvTranscoder/file/FormatContext.hpp
@@ -1,6 +1,7 @@
1
#ifndef _AV_TRANSCODER_FORMAT_CONTEXT_HPP_
2
#define _AV_TRANSCODER_FORMAT_CONTEXT_HPP_
3
4
+#include <AvTranscoder/common.hpp>
5
#include <AvTranscoder/Option.hpp>
6
7
extern "C" {
@@ -13,7 +14,7 @@ namespace avtranscoder
13
14
/**
15
* @brief Wrapper of an AVFormatContext.
16
*/
-class FormatContext
17
+class AvExport FormatContext
18
{
19
public:
20
FormatContext( const std::string& filename, int req_flags = 0 ); ///< Allocate an AVFormatContext by opening an input file
0 commit comments