use double for timecode fps.

git-svn-id: svn://localhost/ardour2/branches/3.0@13404 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-11-09 07:48:06 +00:00
parent 838a8a0137
commit e38ac84184
2 changed files with 13 additions and 13 deletions

View file

@ -26,7 +26,7 @@
namespace Timecode {
float Time::default_rate = 30.0;
double Time::default_rate = 30.0;
/** Increment @a timecode by exactly one frame (keep subframes value).
@ -424,7 +424,7 @@ hours_floor(Time& timecode)
}
}
float
double
timecode_to_frames_per_second(TimecodeFormat t)
{
switch (t) {