X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_examiner.h;h=59c3299b26c7325313eb7f1b791821babc6ff73c;hb=58f0530b1687673ea6e24a083063c3fdf2bff0b2;hp=8c31eb2c4aedadae419e7c5e41b83841f848c93b;hpb=6de35d058821acc092d2aae75543024a97026b8a;p=dcpomatic.git diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 8c31eb2c4..59c3299b2 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -32,6 +32,7 @@ public: float video_frame_rate () const; dcp::Size video_size () const; ContentTime video_length () const; + boost::optional sample_aspect_ratio () const; std::vector > subtitle_streams () const { return _subtitle_streams;