summaryrefslogtreecommitdiff
path: root/src/lib/video_examiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_examiner.h')
-rw-r--r--src/lib/video_examiner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h
index 66d3ae5b5..3c8f71757 100644
--- a/src/lib/video_examiner.h
+++ b/src/lib/video_examiner.h
@@ -38,4 +38,5 @@ public:
virtual boost::optional<double> sample_aspect_ratio () const {
return boost::optional<double> ();
}
+ virtual bool yuv () const = 0;
};