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-21 16:29:18 +0300
committerPaul B Mahol <onemda@gmail.com>2019-09-21 16:58:03 +0300
commitb8dfc108a22501fc7b07cf1c1835d3d9e576398a (patch)
tree6401711c1701aed197d7cbf23e1d80657a1b3bb1 /libavfilter/v360.h
parent76f861bbb7560dde4d135b7f9c55d1f266d237a4 (diff)
avfilter/vf_v360: add hammer 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 70b30264a0..aa0bb948d5 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -41,6 +41,7 @@ enum Projections {
STEREOGRAPHIC,
MERCATOR,
BALL,
+ HAMMER,
NB_PROJECTIONS,
};