Skip to content

Commit b4cd1aa

Browse files
author
Clement Champetier
committed
properties: fixed GopPair/GopVector generated by SWIG
The C++ structure was updated in commit: 81bc92e
1 parent 5625a87 commit b4cd1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/properties/properties.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ namespace std {
4040
%template(PropertyPair) pair< string, string >;
4141
%template(PropertyVector) vector< pair< string, string > >;
4242

43-
%template(GopPair) pair< char, bool >;
44-
%template(GopVector) vector< pair< char, bool > >;
43+
%template(GopPair) pair< char, int >;
44+
%template(GopVector) vector< pair< char, int > >;
4545

4646
%template(ChannelVector) vector< avtranscoder::Channel >;
4747
}

0 commit comments

Comments
 (0)