diff options
Diffstat (limited to 'src/lib/video_mxf_examiner.h')
| -rw-r--r-- | src/lib/video_mxf_examiner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_mxf_examiner.h b/src/lib/video_mxf_examiner.h index f5c9bf1fd..e4cd98f07 100644 --- a/src/lib/video_mxf_examiner.h +++ b/src/lib/video_mxf_examiner.h @@ -35,7 +35,7 @@ public: return true; } boost::optional<double> video_frame_rate () const override; - dcp::Size video_size () const override; + boost::optional<dcp::Size> video_size() const override; Frame video_length () const override; boost::optional<double> sample_aspect_ratio () const override; bool yuv () const override; |
