File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 43
43
#include < AvTranscoder/transcoder/Transcoder.hpp>
44
44
%}
45
45
46
- namespace std {
46
+ namespace std {
47
47
%template (IntPair) pair< size_t , size_t >;
48
48
%template (ProfileMap) map< string, string >;
49
49
%template (ProfilesVector) vector< map< string, string > >;
Original file line number Diff line number Diff line change 1
1
%{
2
- #include < AvTranscoder/common.hpp>
3
2
#include < AvTranscoder/mediaProperty/util.hpp>
4
3
#include < AvTranscoder/mediaProperty/FileProperties.hpp>
5
4
#include < AvTranscoder/mediaProperty/VideoProperties.hpp>
@@ -13,7 +12,6 @@ using namespace avtranscoder;
13
12
%}
14
13
15
14
namespace std {
16
-
17
15
// Allow vector of object with no default constructor
18
16
%ignore vector< avtranscoder::VideoProperties >::vector(size_type);
19
17
%ignore vector< avtranscoder::VideoProperties >::resize;
You can’t perform that action at this time.
0 commit comments