diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-30 15:36:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-30 15:36:05 +0100 |
| commit | 6a804ace532c13b2095972cd48d422e2c9fa0b70 (patch) | |
| tree | 8757bc276e783c97150f1ec3f1f56e75e5bcba53 /src/subtitle_string.h | |
| parent | ea4b476dd21e99bbc292f7fc6db4e4ba578489c0 (diff) | |
Add a very simple test for writing subtitles.
Diffstat (limited to 'src/subtitle_string.h')
| -rw-r--r-- | src/subtitle_string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_string.h b/src/subtitle_string.h index 0f066164..966ae8cb 100644 --- a/src/subtitle_string.h +++ b/src/subtitle_string.h @@ -135,7 +135,7 @@ private: int _size; Time _in; Time _out; - /** Vertical position as a proportion of the screen height from the top + /** Vertical position as a proportion of the screen height from the _v_align * (between 0 and 1) */ float _v_position; |
