From 813500699241a7b9c4000b115bd77c8cc6d3c5a5 Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Fri, 6 Jan 2023 14:34:27 +0530 Subject: [PATCH] Updated comments in MPPTaskRunner --- mediapipe/tasks/ios/core/sources/MPPTaskRunner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/ios/core/sources/MPPTaskRunner.h b/mediapipe/tasks/ios/core/sources/MPPTaskRunner.h index 2c241ac03..a1b1dfad4 100644 --- a/mediapipe/tasks/ios/core/sources/MPPTaskRunner.h +++ b/mediapipe/tasks/ios/core/sources/MPPTaskRunner.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /** * A synchronous method for processing batch data or offline streaming data. This method is designed * for processing either batch data such as unrelated images and texts or offline streaming data - * such as the decoded frames from a video file and an audio file. The call blocks the current + * such as the decoded frames from a video file or audio file. The call blocks the current * thread until a failure status or a successful result is returned. If the input packets have no * timestamp, an internal timestamp will be assigend per invocation. Otherwise, when the timestamp * is set in the input packets, the caller must ensure that the input packet timestamps are greater