diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-25 09:46:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-25 09:46:42 +0100 |
| commit | 055531be9496a212c86686936198cd1cf10b619d (patch) | |
| tree | 2582a6814e7ce398a7fbdb675b547949f03c3437 /src/lib/text_subtitle_content.h | |
| parent | 891c8590484290fb103f23eee51eb194dddcc2a2 (diff) | |
Save subtitle video frame rates properly; don't cast them to int for TextSubtitleContent.
Diffstat (limited to 'src/lib/text_subtitle_content.h')
| -rw-r--r-- | src/lib/text_subtitle_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_subtitle_content.h b/src/lib/text_subtitle_content.h index ad63a0e7d..2c8e3b1b7 100644 --- a/src/lib/text_subtitle_content.h +++ b/src/lib/text_subtitle_content.h @@ -58,7 +58,7 @@ public: } double subtitle_video_frame_rate () const; - void set_subtitle_video_frame_rate (int r); + void set_subtitle_video_frame_rate (double r); void set_colour (dcp::Colour); |
