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
This commit is contained in:
Robin Gareus 2012-11-09 14:24:31 +00:00
parent 8dc98a2935
commit 5eeefbb3a5
4 changed files with 27 additions and 25 deletions

View file

@ -563,21 +563,15 @@ 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";