diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-09 15:32:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-09 15:32:34 +0100 |
| commit | ca9dfb8c67721ad667e204e22908f4e5c723c2ce (patch) | |
| tree | 512b6f335a077d26a9c5b8cd2054cc89a1be9834 /src/ssa_reader.h | |
| parent | dca56d88f34daa66d0df30e966030f84e99b4bea (diff) | |
Various work on improving vertical position handling.
Diffstat (limited to 'src/ssa_reader.h')
| -rw-r--r-- | src/ssa_reader.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ssa_reader.h b/src/ssa_reader.h index 1fe64f3..59c9e86 100644 --- a/src/ssa_reader.h +++ b/src/ssa_reader.h @@ -29,6 +29,12 @@ namespace sub { +/** @class SSAReader + * @brief Reader for SubStation Alpha (SSA) and Advanced Substation Alpha (ASS) subtitles. + * + * This reader implements some of the SSA and ASS "standards", as gathered from various + * documents on the web. + */ class SSAReader : public Reader { public: |
