summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_examiner.h
diff options
context:
space:
mode:
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;