From 976617c7d21e4b525d6edde2fb280994fc5c567c Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 9 Sep 2019 14:01:23 +0200 Subject: avfilter/vf_v360: extend stereographic projection Add option to change central point projection. --- libavfilter/v360.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/v360.h') 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]; -- cgit v1.2.3