X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_examiner.h;h=59c3299b26c7325313eb7f1b791821babc6ff73c;hb=58f0530b1687673ea6e24a083063c3fdf2bff0b2;hp=57b7775d4b84942c8aa065e891e8da230dcd5179;hpb=46cd0fe7b5b514f0d9456b25f670679cc584a218;p=dcpomatic.git diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 57b7775d4..59c3299b2 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -30,8 +30,9 @@ public: FFmpegExaminer (boost::shared_ptr); float video_frame_rate () const; - libdcp::Size video_size () const; - ContentVideoFrame video_length () const; + dcp::Size video_size () const; + ContentTime video_length () const; + boost::optional sample_aspect_ratio () const; std::vector > subtitle_streams () const { return _subtitle_streams; @@ -41,15 +42,21 @@ public: return _audio_streams; } - boost::optional