From 973051e3bd560900db8ac05725a1dd80bbff0362 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 8 Sep 2019 18:17:57 +0200 Subject: avfilter/vf_v360: add stereographic output projection --- 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 0c26b54ec1..93ac8034ef 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -31,6 +31,7 @@ enum Projections { DUAL_FISHEYE, BARREL, CUBEMAP_1_6, + STEREOGRAPHIC, NB_PROJECTIONS, }; -- cgit v1.2.3