From 46bf867be1f4ec6b88c4fcb3f96e5e51e87013e6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Apr 2022 14:29:01 +0200 Subject: [PATCH] More missing override labels. --- src/lib/dcp_examiner.h | 2 +- src/lib/ffmpeg_examiner.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index 757e3ff03..29323d50e 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -41,7 +41,7 @@ class DCPExaminer : public DCP, public VideoExaminer, public AudioExaminer public: explicit DCPExaminer (std::shared_ptr, bool tolerant); - bool has_video () const { + bool has_video () const override { return _has_video; } diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index da88156e4..10d060707 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -35,7 +35,7 @@ class FFmpegExaminer : public FFmpeg, public VideoExaminer public: FFmpegExaminer (std::shared_ptr, std::shared_ptr job = std::shared_ptr()); - bool has_video () const; + bool has_video () const override; boost::optional video_frame_rate () const override; dcp::Size video_size () const override; -- 2.30.2