mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-15 19:29:58 +01:00
add skip
This commit is contained in:
@@ -328,6 +328,8 @@ void Playback::drawFilter(cv::Mat &frame, FilterValue &f) {
|
||||
|
||||
if(ac::getMaxAllocated() < 1080 && ac::draw_strings[f.filter].find("Intertwine") != std::string::npos)
|
||||
return;
|
||||
if(ac::getMaxAllocated() < 1080 && ac::draw_strings[f.filter].find("inOrder") != std::string::npos)
|
||||
return;
|
||||
|
||||
ac::setSubFilter(f.subfilter);
|
||||
//ac::draw_func[f.filter](frame);
|
||||
|
||||
Reference in New Issue
Block a user