Skip to content

Commit 2046b68

Browse files
author
Clement Champetier
committed
Add Option class to SWIG interface
1 parent a2125f5 commit 2046b68

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
@@ -14,6 +14,7 @@
1414

1515
%{
1616
#include <AvTranscoder/ProfileLoader.hpp>
17+
#include <AvTranscoder/Option.hpp>
1718
%}
1819

1920
namespace std {
@@ -28,6 +29,7 @@ namespace std {
2829
%include "AvTranscoder/frame/frame.i"
2930

3031
%include <AvTranscoder/ProfileLoader.hpp>
32+
%include <AvTranscoder/Option.hpp>
3133

3234
%include "AvTranscoder/codec/codec.i"
3335
%include "AvTranscoder/stream/stream.i"

0 commit comments

Comments
 (0)