From 3dd81be866bf7d1ad4f8dce642616a100245f94b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 2 Mar 2020 17:40:21 +0100 Subject: avfilter/vf_v360: add truncated square pyramid output format --- libavfilter/v360.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/v360.h') diff --git a/libavfilter/v360.h b/libavfilter/v360.h index e1f131c9a8..4b2351f177 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -49,6 +49,7 @@ enum Projections { PERSPECTIVE, TETRAHEDRON, BARREL_SPLIT, + TSPYRAMID, NB_PROJECTIONS, }; -- cgit v1.2.3