Skip to content

Commit dd174c0

Browse files
author
Clement Champetier
committed
SWIG: clean interfaces
1 parent 3561f67 commit dd174c0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/AvTranscoder/avTranscoder.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#include <AvTranscoder/transcoder/Transcoder.hpp>
4444
%}
4545

46-
namespace std {
46+
namespace std {
4747
%template(IntPair) pair< size_t, size_t >;
4848
%template(ProfileMap) map< string, string >;
4949
%template(ProfilesVector) vector< map< string, string > >;

src/AvTranscoder/mediaProperty/mediaProperty.i

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
%{
2-
#include <AvTranscoder/common.hpp>
32
#include <AvTranscoder/mediaProperty/util.hpp>
43
#include <AvTranscoder/mediaProperty/FileProperties.hpp>
54
#include <AvTranscoder/mediaProperty/VideoProperties.hpp>
@@ -13,7 +12,6 @@ using namespace avtranscoder;
1312
%}
1413

1514
namespace std {
16-
1715
// Allow vector of object with no default constructor
1816
%ignore vector< avtranscoder::VideoProperties >::vector(size_type);
1917
%ignore vector< avtranscoder::VideoProperties >::resize;

0 commit comments

Comments
 (0)