diff --git a/aegisub/mkv_wrap.cpp b/aegisub/mkv_wrap.cpp index b2267a658..567be53b3 100644 --- a/aegisub/mkv_wrap.cpp +++ b/aegisub/mkv_wrap.cpp @@ -250,6 +250,7 @@ void MatroskaWrapper::SetToTimecodes(FrameRate &target) { //std::sort::iterator>(timecodes.begin(),timecodes.end()); // Check if it's CFR + /* bool isCFR = true; double estimateCFR = timecodes.back() / (timecodes.size()-1); double t1,t2; @@ -262,6 +263,9 @@ void MatroskaWrapper::SetToTimecodes(FrameRate &target) { break; } } + */ + bool isCFR = false; + double estimateCFR = 0; // Constant framerate if (isCFR) {