NO-OP: brace position
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user