summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-25 12:01:54 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-25 13:06:30 +0200
commit0d05aa052cdd11706c4461b6b2e733e1d65525d6 (patch)
tree85f86cc12fe3b826ebedfdc175f25921b0e24740 /libavfilter/v360.h
parenteb5d0f18ff609ba2280cea4e2c6286d216c8756b (diff)
avfilter/vf_v360: add sinusoidal format
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 d328b6d5e1..4d78543f60 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -42,6 +42,7 @@ enum Projections {
MERCATOR,
BALL,
HAMMER,
+ SINUSOIDAL,
NB_PROJECTIONS,
};