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-14 11:47:01 +0300
committerPaul B Mahol <onemda@gmail.com>2019-09-14 11:47:01 +0300
commitcb8d6a4e3ef39dff2522335021ecfde868c371f7 (patch)
tree33129c8185357df0672ae8e3d9f82f59c8fae374 /libavfilter/v360.h
parent8efc9fcc56886e3a22debfb21ab3db33e173bd88 (diff)
avfilter/vf_v360: implement diagonal field of view
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 85d87e7755..11c1e27e4b 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -103,7 +103,7 @@ typedef struct V360Context {
int h_flip, v_flip, d_flip;
int in_transpose, out_transpose;
- float h_fov, v_fov;
+ float h_fov, v_fov, d_fov;
float flat_range[3];
float input_mirror_modifier[2];