[vlc-commits] vlc_es: add min and max field of view constants
Adrien Maglo
git at videolan.org
Fri Nov 25 10:37:32 CET 2016
vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Nov 23 19:59:02 2016 +0100| [75ed38db031c0a59ed15ebcc00ecd3af6ebcde69] | committer: Thomas Guillem
vlc_es: add min and max field of view constants
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=75ed38db031c0a59ed15ebcc00ecd3af6ebcde69
---
include/vlc_es.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/vlc_es.h b/include/vlc_es.h
index 2641ddf..a8c587e 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -283,6 +283,8 @@ typedef enum video_chroma_location_t
} video_chroma_location_t;
#define FIELD_OF_VIEW_DEGREES_DEFAULT 80.f
+#define FIELD_OF_VIEW_DEGREES_MAX 150.f
+#define FIELD_OF_VIEW_DEGREES_MIN 20.f
/**
* video format description
More information about the vlc-commits
mailing list