Skip to content

Commit 7ce7b1c

Browse files
author
Clement Champetier
committed
FormatContext: add AvExport
1 parent 2464b4a commit 7ce7b1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AvTranscoder/file/FormatContext.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef _AV_TRANSCODER_FORMAT_CONTEXT_HPP_
22
#define _AV_TRANSCODER_FORMAT_CONTEXT_HPP_
33

4+
#include <AvTranscoder/common.hpp>
45
#include <AvTranscoder/Option.hpp>
56

67
extern "C" {
@@ -13,7 +14,7 @@ namespace avtranscoder
1314
/**
1415
* @brief Wrapper of an AVFormatContext.
1516
*/
16-
class FormatContext
17+
class AvExport FormatContext
1718
{
1819
public:
1920
FormatContext( const std::string& filename, int req_flags = 0 ); ///< Allocate an AVFormatContext by opening an input file

0 commit comments

Comments
 (0)