complete r13404 - use double for timecode fps.

git-svn-id: svn://localhost/ardour2/branches/3.0@13471 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus
2012-11-13 02:00:45 +00:00
parent cb4c25dd7d
commit 0b80f3391b
2 changed files with 2 additions and 2 deletions

View File

@@ -361,7 +361,7 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
return mtc_timecode_bits; /* encoding of SMTPE type for MTC */
}
float timecode_frames_per_second() const;
double timecode_frames_per_second() const;
bool timecode_drop_frames() const;
/* Locations */

View File

@@ -51,7 +51,7 @@ Session::bbt_time (framepos_t when, Timecode::BBT_Time& bbt)
/* Timecode TIME */
float
double
Session::timecode_frames_per_second() const
{
return Timecode::timecode_to_frames_per_second (config.get_timecode_format());