mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
cosmetic changes.
This commit is contained in:
parent
9aea9b4859
commit
ada5c08aaf
1 changed files with 2 additions and 2 deletions
|
|
@ -3129,7 +3129,7 @@ const char *linphone_core_get_video_device(const LinphoneCore *lc){
|
|||
}
|
||||
|
||||
int linphone_core_set_static_picture(LinphoneCore *lc, const char *path) {
|
||||
struct _VideoStream *vs = NULL;
|
||||
VideoStream *vs = NULL;
|
||||
|
||||
/* Select the video stream from the call in the first place */
|
||||
if (lc && lc->videostream) {
|
||||
|
|
@ -3154,7 +3154,7 @@ int linphone_core_set_static_picture(LinphoneCore *lc, const char *path) {
|
|||
that the image will be used next time it has to be read */
|
||||
ms_static_image_set_default_image(path);
|
||||
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue