diff --git a/dotnetVEE/Video.cs b/dotnetVEE/Video.cs index 5eccd5c..53af38e 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,