Skip to content

Commit 8059110

Browse files
author
Valentin Noel
committed
Minor SWIG fix after merge error
1 parent 99e60c2 commit 8059110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AvTranscoder/avTranscoder.i

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <AvTranscoder/Metadatas/MediaMetadatasStructures.hpp>
2323

2424
#include <AvTranscoder/OutputStream.hpp>
25+
#include <AvTranscoder/OutputStreamWriter.hpp>
2526
#include <AvTranscoder/AvOutputStream.hpp>
2627
#include <AvTranscoder/OutputStreamAudio.hpp>
2728
#include <AvTranscoder/OutputStreamVideo.hpp>
@@ -65,6 +66,7 @@ namespace std {
6566
%include <AvTranscoder/Metadatas/MediaMetadatasStructures.hpp>
6667

6768
%include <AvTranscoder/OutputStream.hpp>
69+
%include <AvTranscoder/OutputStreamWriter.hpp>
6870
%include <AvTranscoder/AvOutputStream.hpp>
6971
%include <AvTranscoder/OutputStreamAudio.hpp>
7072
%include <AvTranscoder/OutputStreamVideo.hpp>

0 commit comments

Comments
 (0)