X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fvideo_examiner.h;h=039c494b52fe98f630798729207b65b26b4d46f3;hb=a1b0ed4ac0753b420ce8ab8467165e220bdb4b05;hp=72f6ccc12cab575f2a20e297ecdfed5bbb967344;hpb=89115db77729a2c99f1a09ff6a461720e16f889e;p=dcpomatic.git diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h index 72f6ccc12..039c494b5 100644 --- a/src/lib/video_examiner.h +++ b/src/lib/video_examiner.h @@ -24,6 +24,7 @@ class VideoExaminer { public: + virtual ~VideoExaminer () {} virtual float video_frame_rate () const = 0; virtual libdcp::Size video_size () const = 0; virtual VideoContent::Frame video_length () const = 0;