From ca0423198304305d832304e218611fb5d61921b3 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 3 Mar 2020 12:03:42 +0100 Subject: avfilter/vf_v360: add half equirectangular 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 4b2351f177..f2f1a47144 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -50,6 +50,7 @@ enum Projections { TETRAHEDRON, BARREL_SPLIT, TSPYRAMID, + HEQUIRECTANGULAR, NB_PROJECTIONS, }; -- cgit v1.2.3