summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-09 14:01:23 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-09 14:17:22 +0200
commit976617c7d21e4b525d6edde2fb280994fc5c567c (patch)
tree0c14dde299145fcfba63033e5fbd19deb33e5f9b /libavfilter/v360.h
parent7985430c70910fe4aa2a10a3a852fba2c6396d0c (diff)
avfilter/vf_v360: extend stereographic projection
Add option to change central point projection.
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h
index 93ac8034ef..b769218c04 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -105,6 +105,7 @@ typedef struct V360Context {
float h_fov, v_fov;
float flat_range[3];
+ float p_lon, p_lat;
float input_mirror_modifier[2];