Browse Source

vlc_es: add min and max field of view constants

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
pull/50/merge
Adrien Maglo 10 years ago
committed by Thomas Guillem
parent
commit
75ed38db03
  1. 2
      include/vlc_es.h

2
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

Loading…
Cancel
Save