summaryrefslogtreecommitdiffstats
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-20 21:41:12 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-20 21:41:12 +0200
commit8b58d9cb474c81da83157e858e2a115c6cc480cd (patch)
tree0a5732e61c6c0625147978be55933b7061f59413 /libavfilter/v360.h
parent5c93a0a1e40969802f67647aaf2f4ce64f469db0 (diff)
downloadffmpeg-streaming-8b58d9cb474c81da83157e858e2a115c6cc480cd.zip
ffmpeg-streaming-8b58d9cb474c81da83157e858e2a115c6cc480cd.tar.gz
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 50ed91e..70b3026 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];
OpenPOWER on IntegriCloud