mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Call zoom video: check output nullity
This commit is contained in:
parent
2d019536da
commit
362d77908a
1 changed files with 1 additions and 1 deletions
|
|
@ -2105,7 +2105,7 @@ bool_t linphone_call_is_in_conference(const LinphoneCall *call) {
|
|||
**/
|
||||
void linphone_call_zoom_video(LinphoneCall* call, float zoom_factor, float* cx, float* cy) {
|
||||
VideoStream* vstream = call->videostream;
|
||||
if (vstream) {
|
||||
if (vstream && vstream->output) {
|
||||
float zoom[3];
|
||||
|
||||
if (zoom_factor < 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue