mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
NO-OP: brace position
This commit is contained in:
parent
cbc93c3487
commit
a000faaa47
1 changed files with 3 additions and 2 deletions
|
|
@ -314,10 +314,11 @@ LTC_TransportMaster::detect_ltc_fps(int frameno, bool df)
|
|||
{
|
||||
bool fps_changed = false;
|
||||
double detected_fps = 0;
|
||||
if (frameno > ltc_detect_fps_max)
|
||||
{
|
||||
|
||||
if (frameno > ltc_detect_fps_max) {
|
||||
ltc_detect_fps_max = frameno;
|
||||
}
|
||||
|
||||
ltc_detect_fps_cnt++;
|
||||
|
||||
if (ltc_detect_fps_cnt > 40) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue