diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-10-28 01:36:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-01 01:40:30 +0100 |
| commit | 8edadeea58faf5c075296df1f605407797e9a25a (patch) | |
| tree | 1a0bc9496001db039c57741a2333ee038bcc9f34 /src/lib/ffmpeg_examiner.h | |
| parent | 738ced15ead0f029cf2becf9b77d7adf37e733e3 (diff) | |
Needing length is the same for audio and video, so merge them.
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 3 |
1 files changed, 1 insertions, 2 deletions
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<double> _rotation; bool _pulldown = false; |
