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 5625a87 commit b4cd1aaCopy full SHA for b4cd1aa
src/AvTranscoder/properties/properties.i
@@ -40,8 +40,8 @@ namespace std {
40
%template(PropertyPair) pair< string, string >;
41
%template(PropertyVector) vector< pair< string, string > >;
42
43
-%template(GopPair) pair< char, bool >;
44
-%template(GopVector) vector< pair< char, bool > >;
+%template(GopPair) pair< char, int >;
+%template(GopVector) vector< pair< char, int > >;
45
46
%template(ChannelVector) vector< avtranscoder::Channel >;
47
}
0 commit comments