diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-03-03 12:21:16 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-03-03 12:21:16 +0100 |
commit | 580d68f90e4cd363ad75d187a7b42f7951733f79 (patch) | |
tree | 1d6b9d9edd98fe4c4d8480866ade40da9902e8b7 /doc | |
parent | ca0423198304305d832304e218611fb5d61921b3 (diff) | |
download | ffmpeg-580d68f90e4cd363ad75d187a7b42f7951733f79.tar.gz |
avfilter/vf_v360: add half equirectangular input format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b4f3e1ab42..433abe296d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19031,6 +19031,9 @@ Tetrahedron projection. @item tsp Truncated square pyramid projection. +@item he +@item hequirect +Half equirectangular projection. @end table @item interp |