Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
f28350e7
Commit
f28350e7
authored
Sep 03, 2020
by
Adrien Béraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
transpose: cleanup
Change-Id: I21fb8c933587fae5ce3ac07bb9582431e542f173
parent
6ce8a7ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/media/video/filter_transpose.cpp
src/media/video/filter_transpose.cpp
+1
-5
No files found.
src/media/video/filter_transpose.cpp
View file @
f28350e7
...
...
@@ -29,11 +29,7 @@ getTransposeFilter(
int
rotation
,
std
::
string
inputName
,
int
width
,
int
height
,
int
format
,
bool
rescale
)
{
JAMI_WARN
(
"Rotation set to %d"
,
rotation
);
#ifdef _MSC_VER
if
(
_isnan
(
rotation
)
||
!
rotation
)
{
#else
if
(
std
::
isnan
(
rotation
)
||
!
rotation
)
{
#endif
if
(
rotation
==
0
)
{
return
{};
}
...
...
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