summaryrefslogtreecommitdiff
path: root/libs/timecode
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-11-09 14:24:31 +0000
committerRobin Gareus <robin@gareus.org>2012-11-09 14:24:31 +0000
commit5eeefbb3a540288229995376e1e0f9e30b8d154b (patch)
tree893fb2e3470dda549d56bd5b883070b363c3a08f /libs/timecode
parent8dc98a293537231196efdaf66fe203bb8d2bbb86 (diff)
Don't notify user if fps changes only affect speed but not counting.
also unify labels for 29..97XX and simplify fps display. git-svn-id: svn://localhost/ardour2/branches/3.0@13412 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/timecode')
-rw-r--r--libs/timecode/src/time.cc10
1 files changed, 2 insertions, 8 deletions
diff --git a/libs/timecode/src/time.cc b/libs/timecode/src/time.cc
index 2d41d9b622..4609fbea87 100644
--- a/libs/timecode/src/time.cc
+++ b/libs/timecode/src/time.cc
@@ -563,22 +563,16 @@ timecode_format_name (TimecodeFormat const t)
return "25";
break;
+ case timecode_2997000:
case timecode_2997:
return "29.97";
break;
+ case timecode_2997000drop:
case timecode_2997drop:
return "29.97 drop";
break;
- case timecode_2997000:
- return "29.97000";
-
- break;
- case timecode_2997000drop:
- return "29.97000 drop";
-
- break;
case timecode_30:
return "30";