From 2bc1c28b75fadebd11a057f46248bf61c9659e6c Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Mon, 24 Oct 2022 15:02:25 -0500 Subject: [PATCH] Fixing whitespace --- src/FFmpegReader.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FFmpegReader.cpp b/src/FFmpegReader.cpp index ca756ff5..21979024 100644 --- a/src/FFmpegReader.cpp +++ b/src/FFmpegReader.cpp @@ -821,10 +821,10 @@ void FFmpegReader::UpdateVideoInfo() { // Certain "image" formats do not have a valid duration if (info.duration <= 0.0f && pStream->duration == AV_NOPTS_VALUE && pFormatCtx->duration == AV_NOPTS_VALUE) { - // Force an "image" duration - info.duration = 60 * 60 * 1; // 1 hour duration - info.video_length = 1; - info.has_single_image = true; + // Force an "image" duration + info.duration = 60 * 60 * 1; // 1 hour duration + info.video_length = 1; + info.has_single_image = true; } // Get the # of video frames (if found in stream)