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 2046b68 commit 3705c04Copy full SHA for 3705c04
src/AvTranscoder/avTranscoder.i
@@ -21,7 +21,6 @@ namespace std {
21
%template(IntPair) pair< size_t, size_t >;
22
%template(ProfileMap) map< string, string >;
23
%template(ProfilesVector) vector< map< string, string > >;
24
-%template(DataBuffer) std::vector< unsigned char >;
25
}
26
27
%include "AvTranscoder/progress/progress.i"
src/AvTranscoder/frame/frame.i
@@ -6,6 +6,10 @@
6
#include <AvTranscoder/frame/AudioFrame.hpp>
7
%}
8
9
+namespace std {
10
+%template(DataBuffer) std::vector< unsigned char >;
11
+}
12
+
13
%include <AvTranscoder/frame/Frame.hpp>
14
%include <AvTranscoder/frame/VideoFrame.hpp>
15
%include <AvTranscoder/frame/AudioFrame.hpp>
0 commit comments