diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-13 11:01:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-13 11:01:10 +0100 |
| commit | c719feb3cc4a5627827f8576a9b34756f701d59d (patch) | |
| tree | cd3d016956e5da693fdd048440d532cd6b3fe2d5 /src/lib/subtitle_content.h | |
| parent | 4981bba0d5103dc92dba5d5f79d5296dd2078402 (diff) | |
Various fixes to PTS mangling.
Diffstat (limited to 'src/lib/subtitle_content.h')
| -rw-r--r-- | src/lib/subtitle_content.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/subtitle_content.h b/src/lib/subtitle_content.h index 1092b7b1c..c29485fee 100644 --- a/src/lib/subtitle_content.h +++ b/src/lib/subtitle_content.h @@ -50,7 +50,9 @@ public: return _subtitle_scale; } -private: +private: + friend class ffmpeg_pts_offset_test; + /** y offset for placing subtitles, as a proportion of the container height; +ve is further down the frame, -ve is further up. */ |
