diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-14 10:47:01 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-14 10:47:01 +0200 |
commit | cb8d6a4e3ef39dff2522335021ecfde868c371f7 (patch) | |
tree | 33129c8185357df0672ae8e3d9f82f59c8fae374 /libavfilter/v360.h | |
parent | 8efc9fcc56886e3a22debfb21ab3db33e173bd88 (diff) | |
download | ffmpeg-cb8d6a4e3ef39dff2522335021ecfde868c371f7.tar.gz |
avfilter/vf_v360: implement diagonal field of view
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r-- | libavfilter/v360.h | 2 |
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]; |