From 7d10167825025501791e09bb7152fd99d48d0896 Mon Sep 17 00:00:00 2001 From: winscripter <142818255+winscripter@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:33:41 +0400 Subject: [PATCH] Clean up code yet again --- dotnetVEE/Video.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotnetVEE/Video.cs b/dotnetVEE/Video.cs index 724716b..905b860 100644 --- a/dotnetVEE/Video.cs +++ b/dotnetVEE/Video.cs @@ -128,8 +128,7 @@ public static Video Create(string videoPath) /// /// The timestamp where the frame index should be returned. /// Frame index of this video based on the timestamp. - public double GetFrameIndexAtTimestamp(TimeSpan timestamp) - => timestamp.TotalSeconds * FPS; + public double GetFrameIndexAtTimestamp(TimeSpan timestamp) => timestamp.TotalSeconds * FPS; /// /// Loops through all frames within the given timestamps,