From ec4f764249817a93787d76990dc4618d59e70f5d Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 22 Jan 2020 22:21:32 +0100 Subject: avfilter/vf_v360: add tetrahedron 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 ba3d0da60f..8e080f0b6c 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -47,6 +47,7 @@ enum Projections { PANNINI, CYLINDRICAL, PERSPECTIVE, + TETRAHEDRON, NB_PROJECTIONS, }; -- cgit v1.2.3