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: add missing av_assert0()
tags/n4.3
Paul B Mahol
6 years ago
parent
7a7aa4f79e
commit
654601dd1d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavfilter/vf_v360.c
+ 2
- 0
libavfilter/vf_v360.c
View File
@@ -768,6 +768,8 @@ static void cube_to_xyz(const V360Context *s,
l_y = -vf;
l_z = 1.f;
break;
default:
av_assert0(0);
}
vec[0] = l_x;
Write
Preview
Loading…
Cancel
Save