We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9229d commit 7e53cc7Copy full SHA for 7e53cc7
src/AvTranscoder/avTranscoder.i
@@ -61,6 +61,8 @@ namespace std {
61
%template(GopPair) pair< char, bool >;
62
%template(GopVector) vector< pair< char, bool > >;
63
%template(ChannelVector) vector< avtranscoder::Channel >;
64
+%template(ProfileMap) map< string, string >;
65
+%template(ProfilesVector) vector< map< string, string > >;
66
}
67
68
%include <AvTranscoder/common.hpp>
0 commit comments