summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-11-15 11:22:53 +0100
committerPaul B Mahol <onemda@gmail.com>2021-11-15 20:41:27 +0100
commita7dfa6b446e8ced9f25efd0597e6073e6b22a94b (patch)
tree379ad295066c54a26c02f8ec1dc30c32de49600c /libavfilter/v360.h
parentdb932241ee16868475fe9ab4c958fcffd1829ecf (diff)
avfilter/v360: add support for off-axis projection output
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 05e3435b44..5d797ab828 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -142,6 +142,7 @@ typedef struct V360Context {
int fin_pad, fout_pad;
float yaw, pitch, roll;
+ float h_offset, v_offset;
int ih_flip, iv_flip;
int h_flip, v_flip, d_flip;