summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_examiner.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-10-28 01:36:55 +0100
committerCarl Hetherington <cth@carlh.net>2024-11-01 01:40:30 +0100
commit8edadeea58faf5c075296df1f605407797e9a25a (patch)
tree1a0bc9496001db039c57741a2333ee038bcc9f34 /src/lib/ffmpeg_examiner.h
parent738ced15ead0f029cf2becf9b77d7adf37e733e3 (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.h3
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;