Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-20 22:41:12 +0300
committerPaul B Mahol <onemda@gmail.com>2019-09-20 22:41:12 +0300
commit8b58d9cb474c81da83157e858e2a115c6cc480cd (patch)
tree0a5732e61c6c0625147978be55933b7061f59413 /libavfilter/v360.h
parent5c93a0a1e40969802f67647aaf2f4ce64f469db0 (diff)
avfilter/vf_v360: remove uneeded array element
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h
index 50ed91ed89..70b30264a0 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -121,7 +121,7 @@ typedef struct V360Context {
int in_transpose, out_transpose;
float h_fov, v_fov, d_fov;
- float flat_range[3];
+ float flat_range[2];
float rot_mat[3][3];