forked from mirrors/linphone-iphone
fix indent
This commit is contained in:
parent
e0f197256c
commit
d9ec3f37bf
1 changed files with 1 additions and 1 deletions
|
|
@ -1431,7 +1431,7 @@ static void linphone_call_start_video_stream(LinphoneCall *call, const char *cna
|
|||
cam=get_nowebcam_device();
|
||||
}
|
||||
if (!is_inactive){
|
||||
call->log->video_enabled = TRUE;
|
||||
call->log->video_enabled = TRUE;
|
||||
video_stream_set_direction (call->videostream, dir);
|
||||
ms_message("%s lc rotation:%d\n", __FUNCTION__, lc->device_rotation);
|
||||
video_stream_set_device_rotation(call->videostream, lc->device_rotation);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue