This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vf_v360: fix comparison with float value
tags/n4.3
Paul B Mahol
5 years ago
parent
073d22696e
commit
a1391cb942
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_v360.c
+ 1
- 1
libavfilter/vf_v360.c
View File
@@ -2093,7 +2093,7 @@ static void xyz_to_dfisheye(const V360Context *s,
int ui, vi;
int u_shift;
if (vec[2] >= 0) {
if (vec[2] >= 0
.f
) {
u_shift = 0;
} else {
u_shift = ceilf(ew);
Write
Preview
Loading…
Cancel
Save