From 0b2ad1dc9aac610a90c9f6d11381b5fba51460c5 Mon Sep 17 00:00:00 2001 From: "Stepan Dyatkovskiy (kaomoneus)" Date: Thu, 25 Aug 2022 17:30:26 +0400 Subject: [PATCH] PacketRateCalculator: fixed doc string. --- mediapipe/calculators/core/packet_rate_calculator.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mediapipe/calculators/core/packet_rate_calculator.cc b/mediapipe/calculators/core/packet_rate_calculator.cc index 8d06c0aff..5ad49a33f 100644 --- a/mediapipe/calculators/core/packet_rate_calculator.cc +++ b/mediapipe/calculators/core/packet_rate_calculator.cc @@ -24,11 +24,10 @@ using namespace mediapipe; /*** * PacketRateCalculator allows to calculate rate of incoming packages. * E.g. when you want to extract FPS, or any other processing rate. - * As input it accepts any packets stream. - * As output it emits rate (floating point scalar), namely amount of packets per second based + * - As input it accepts any packets stream. + * - As output it emits rate (floating point scalar), namely amount of packets per second based * calculation of current packet and previous packet. - * - * For very first packet it emits empty packet. + * - For very first packet it emits empty packet. * * Usage example: * node {