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
d9ec3f37
Commit
d9ec3f37
authored
Oct 01, 2012
by
Simon Morlat
Browse files
fix indent
parent
e0f19725
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecall.c
coreapi/linphonecall.c
+1
-1
No files found.
coreapi/linphonecall.c
View file @
d9ec3f37
...
...
@@ -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
);
...
...
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