diff options
Diffstat (limited to 'src/lib/video_examiner.h')
| -rw-r--r-- | src/lib/video_examiner.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |
