summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-01-17 10:46:31 +0100
committerPaul B Mahol <onemda@gmail.com>2020-01-17 10:46:31 +0100
commit7fc28465df60645ab67118d2c68031506b3e56a0 (patch)
tree19fa40110a8c5af279cc19e3375076e1efe4c0fb /libavfilter/v360.h
parentab9627223e630390a8a99c052de2fb82abde2746 (diff)
avfilter/vf_v360: add cylindrical output 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 1da04dee61..d7db62ce27 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -45,6 +45,7 @@ enum Projections {
SINUSOIDAL,
FISHEYE,
PANNINI,
+ CYLINDRICAL,
NB_PROJECTIONS,
};