Skip to content

Commit 7e53cc7

Browse files
update Java wrapping
1 parent 6d9229d commit 7e53cc7

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
@@ -61,6 +61,8 @@ namespace std {
6161
%template(GopPair) pair< char, bool >;
6262
%template(GopVector) vector< pair< char, bool > >;
6363
%template(ChannelVector) vector< avtranscoder::Channel >;
64+
%template(ProfileMap) map< string, string >;
65+
%template(ProfilesVector) vector< map< string, string > >;
6466
}
6567

6668
%include <AvTranscoder/common.hpp>

0 commit comments

Comments
 (0)