vlc | branch: master | Adrien Maglo <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
