[vlc-devel] [PATCH] core: 75° is a better field of view default
Steve Lhomme
robux4 at videolabs.io
Thu Nov 17 14:44:26 CET 2016
it "zooms" more on the source but has less side distortions when navigating
in the VR world
---
include/vlc_es.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_es.h b/include/vlc_es.h
index 46c6582..61cc968 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -282,7 +282,7 @@ typedef enum video_chroma_location_t
CHROMA_LOCATION_BOTTOM_CENTER,
} video_chroma_location_t;
-#define DEFAULT_FIELD_OF_VIEW_DEGREES 80.f
+#define DEFAULT_FIELD_OF_VIEW_DEGREES 75.f
/**
* video format description
--
2.10.1
More information about the vlc-devel
mailing list