diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-24 00:57:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-24 00:57:46 +0100 |
| commit | 6d1748f37097e6f61ee1c6fb66c4352b0834ec8c (patch) | |
| tree | eadd9dc24388fff2e54a0cab07afd9a9ed27602e /src/lib/subtitle.h | |
| parent | 2783bac450101e809c485ef249ce55a9c6d7996e (diff) | |
Try to fix up subtitle timing a bit.
Diffstat (limited to 'src/lib/subtitle.h')
| -rw-r--r-- | src/lib/subtitle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subtitle.h b/src/lib/subtitle.h index 38ba4e70e..590e0dd31 100644 --- a/src/lib/subtitle.h +++ b/src/lib/subtitle.h @@ -63,7 +63,7 @@ subtitle_transformed_area ( class TimedSubtitle { public: - TimedSubtitle (AVSubtitle const &); + TimedSubtitle (AVSubtitle const &, double c); bool displayed_at (double t) const; |
