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 2297872 commit a9b634cCopy full SHA for a9b634c
src/AvTranscoder/avTranscoder.i
@@ -13,6 +13,7 @@
13
%include "AvTranscoder/swig/avMediaType.i"
14
%include "AvTranscoder/swig/avRational.i"
15
%include "AvTranscoder/swig/avLogLevel.i"
16
+%include "AvTranscoder/swig/avOperator.i"
17
18
%{
19
#include <AvTranscoder/Library.hpp>
src/AvTranscoder/swig/avOperator.i
@@ -0,0 +1,7 @@
1
+#if SWIGPYTHON
2
+ %rename(__assign__) *::operator=;
3
+#endif
4
+
5
+#if SWIGJAVA
6
+ %rename(clone) *::operator=;
7
0 commit comments