Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
e2510af6
Commit
e2510af6
authored
Jun 27, 2012
by
Sylvain Berfini
🐮
Browse files
Fix zoom JNI export
parent
fb9d2beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+1
-1
No files found.
coreapi/linphonecore_jni.cc
View file @
e2510af6
...
...
@@ -1209,7 +1209,7 @@ extern "C" void Java_org_linphone_core_LinphoneCallImpl_takeSnapshot( JNIEnv* e
extern
"C"
void
Java_org_linphone_core_LinphoneCallImpl_zoomVideo
(
JNIEnv
*
env
,
jobject
thiz
,
jlong
ptr
,
jfloat
zoomFactor
,
jfloat
cx
,
jfloat
cy
)
{
linphone_call_zoom_video
((
LinphoneCall
*
)
ptr
,
zoomFactor
,
cx
,
cy
);
linphone_call_zoom_video
((
LinphoneCall
*
)
ptr
,
zoomFactor
,
&
cx
,
&
cy
);
}
extern
"C"
jboolean
Java_org_linphone_core_LinphoneCallImpl_isIncoming
(
JNIEnv
*
env
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment