Hand-apply 80562fe5dce5fd625da583ca6f7c2833f9db8754 from master (remove default scale...
[dcpomatic.git] / src / lib / ffmpeg_examiner.h
index 8c31eb2c4aedadae419e7c5e41b83841f848c93b..59c3299b26c7325313eb7f1b791821babc6ff73c 100644 (file)
@@ -32,6 +32,7 @@ public:
        float video_frame_rate () const;
        dcp::Size video_size () const;
        ContentTime video_length () const;
+       boost::optional<float> sample_aspect_ratio () const;
 
        std::vector<boost::shared_ptr<FFmpegSubtitleStream> > subtitle_streams () const {
                return _subtitle_streams;