Reverted changes in flow limiter calculator
This commit is contained in:
parent
1ba8a79f80
commit
84710d01c3
|
@ -15,7 +15,6 @@
|
|||
#include <algorithm>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
||||
#include "mediapipe/calculators/core/flow_limiter_calculator.pb.h"
|
||||
#include "mediapipe/framework/calculator_framework.h"
|
||||
|
@ -263,7 +262,6 @@ class FlowLimiterCalculator : public CalculatorBase {
|
|||
std::deque<Timestamp> frames_in_flight_;
|
||||
std::map<Timestamp, bool> allowed_;
|
||||
};
|
||||
|
||||
REGISTER_CALCULATOR(FlowLimiterCalculator);
|
||||
|
||||
} // namespace mediapipe
|
||||
|
|
Loading…
Reference in New Issue
Block a user