diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-10-19 21:29:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-01 01:40:30 +0100 |
| commit | 738ced15ead0f029cf2becf9b77d7adf37e733e3 (patch) | |
| tree | 535e41340b94a21429f6b82c3588d51d5ceec1b8 /src/lib/ffmpeg_examiner.h | |
| parent | 24cfca51dffed98f0b115ca36f9a8478753e2432 (diff) | |
Obtain audio length by scanning through the file if required (#2880).
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index f6fe8c423..57c97c542 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -103,6 +103,7 @@ private: */ Frame _video_length = 0; bool _need_video_length = false; + bool _need_audio_length = false; boost::optional<double> _rotation; bool _pulldown = false; |
