[FFmpeg-devel] [PATCH] vf_v360: fix fov_from_hfov for fisheye projection

2021-03-19 Thread Daniel Playfair Cal
This was previously incorrect, so that passing only id_fov or d_fov resulted in incorrect transformation. Signed-off-by: Daniel Playfair Cal --- libavfilter/vf_v360.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_v360.c b/libavfilter/vf_v360.c index 944

[FFmpeg-devel] [PATCH] vf_v360: fix fov_from_hfov for fisheye projection

2021-03-19 Thread Daniel Playfair Cal
This was previously incorrect, so that passing only id_fov or d_fov resulted in incorrect transformation. Signed-off-by: Daniel Playfair Cal --- libavfilter/vf_v360.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_v360.c b/libavfilter/vf_v360.c index 944