X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_examiner.h;h=4e5c6dc0a322c3fd57c024aa6611775178a68226;hp=dd5d08c9e75341773265f7fa94d3bc1af5a9355c;hb=6ef1fc5f40567650ca9ef2b7644e4fdd97640ae6;hpb=dd9f4f7e9511f8f830ec05d1b60c475c6b2d71e0 diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h index dd5d08c9e..4e5c6dc0a 100644 --- a/src/lib/video_examiner.h +++ b/src/lib/video_examiner.h @@ -48,4 +48,5 @@ public: } /** @return true if this video is in YUV; must not be called if has_video() == false */ virtual bool yuv () const = 0; + virtual VideoRange range () const = 0; };