Merge master; specify libdcp-1.0.
[dcpomatic.git] / src / lib / ffmpeg_examiner.h
index 40d7dbf1d8358ff2a8eabfe71a7b58187464de3b..81275a9e1733c4223f9a94610b1a2a6a1748ae7f 100644 (file)
@@ -49,7 +49,7 @@ private:
        std::string stream_name (AVStream* s) const;
        std::string audio_stream_name (AVStream* s) const;
        std::string subtitle_stream_name (AVStream* s) const;
-       boost::optional<double> frame_time (int) const;
+       boost::optional<double> frame_time (AVStream* s) const;
        
        std::vector<boost::shared_ptr<FFmpegSubtitleStream> > _subtitle_streams;
        std::vector<boost::shared_ptr<FFmpegAudioStream> > _audio_streams;