summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-01-20 14:50:54 +0100
committerPaul B Mahol <onemda@gmail.com>2020-01-20 21:10:37 +0100
commite57b9aa8b191349c79c105f283a4e0a680d55e89 (patch)
treec93d82e2f070fc1c59b55263fd9698a93432dd67 /libavfilter/v360.h
parent091695f8e8e804518b29e9ff672562e922e31dd9 (diff)
avfilter/vf_v360: add support for flat input format
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h
index 6f51396d86..ba3d0da60f 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -130,7 +130,9 @@ typedef struct V360Context {
int in_transpose, out_transpose;
float h_fov, v_fov, d_fov;
+ float ih_fov, iv_fov, id_fov;
float flat_range[2];
+ float iflat_range[2];
float rot_mat[3][3];