diff options
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index f978eb52b..36efc92b1 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -91,7 +91,7 @@ private: std::string stream_name (AVStream* s) const; std::string subtitle_stream_name (AVStream* s) const; - boost::optional<dcpomatic::ContentTime> frame_time (AVStream* s) const; + boost::optional<dcpomatic::ContentTime> frame_time (AVFrame* frame, AVStream* stream) const; std::vector<std::shared_ptr<FFmpegSubtitleStream>> _subtitle_streams; std::vector<std::shared_ptr<FFmpegAudioStream>> _audio_streams; |
