Skip to content

Commit 7f49ac6

Browse files
author
Clement Champetier
committed
Stream interfaces: add AvExport
1 parent 7ce7b1c commit 7f49ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AvTranscoder/stream/IInputStream.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace avtranscoder
1010
{
1111

12-
class IInputStream
12+
class AvExport IInputStream
1313
{
1414
public:
1515
virtual ~IInputStream() {};

src/AvTranscoder/stream/IOutputStream.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace avtranscoder
99
{
1010

11-
class IOutputStream
11+
class AvExport IOutputStream
1212
{
1313
public:
1414

0 commit comments

Comments
 (0)