diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-14 23:11:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-14 23:11:50 +0000 |
| commit | c009f6795d133e8dfe0662042e0b3c90dde0e25b (patch) | |
| tree | 7f9f67aa62a958a4097636dd54c02ab52b5e3947 /src/subtitle_string.h | |
| parent | 4e38f823324b020761a12ab5d479155d6a43a4d2 (diff) | |
Limit values that we use for <ScreenAspectRatio> tags in Interop
CPLs to the list allowed by the standard.
Diffstat (limited to 'src/subtitle_string.h')
| -rw-r--r-- | src/subtitle_string.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/subtitle_string.h b/src/subtitle_string.h index 2317af5f..eaea94c0 100644 --- a/src/subtitle_string.h +++ b/src/subtitle_string.h @@ -89,7 +89,8 @@ public: return _h_align; } - /** @return vertical position as a proportion of the screen height from the top + /** @return vertical position as a proportion of the screen height from the + * vertical alignment point. * (between 0 and 1) */ float v_position () const { |
