diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 15:04:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 15:04:57 +0100 |
| commit | 611f2241c6732c2c38d87e129e51cf9d8d7a08b8 (patch) | |
| tree | 0c00420654d322856aecb5c6bbaeb483b3db7211 /src/lib/subtitle.h | |
| parent | ade36b7e120838840d0f645763b8e0814eaf9ee4 (diff) | |
Basic return of subtitles.
Diffstat (limited to 'src/lib/subtitle.h')
| -rw-r--r-- | src/lib/subtitle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/subtitle.h b/src/lib/subtitle.h index 1020397cc..47735c453 100644 --- a/src/lib/subtitle.h +++ b/src/lib/subtitle.h @@ -60,6 +60,7 @@ subtitle_transformed_area ( ); /** A Subtitle class with details of the time over which it should be shown */ +/** XXX: merge with Subtitle? */ class TimedSubtitle { public: |
