X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_examiner.h;fp=src%2Flib%2Fffmpeg_examiner.h;h=10d060707588be939ba20925c4a2d41b6035bea1;hb=46bf867be1f4ec6b88c4fcb3f96e5e51e87013e6;hp=da88156e4b08f42d2bb21e88b38e87b1c00cad1f;hpb=08643fcdd53ae7132026e38571f7609357daaade;p=dcpomatic.git 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;