From 8edadeea58faf5c075296df1f605407797e9a25a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 28 Oct 2024 01:36:55 +0100 Subject: Needing length is the same for audio and video, so merge them. --- src/lib/ffmpeg_examiner.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/ffmpeg_examiner.h') diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 57c97c542..ad64f349d 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -102,8 +102,7 @@ private: * through the whole file. */ Frame _video_length = 0; - bool _need_video_length = false; - bool _need_audio_length = false; + bool _need_length = false; boost::optional _rotation; bool _pulldown = false; -- cgit v1.2.3