Remove unused method.
[dcpomatic.git] / src / lib / ffmpeg.h
index 58223fa97d82cf94593d0aff6339733a0261376b..b0769971e3e9c9f00f4812c51b3333badd6654f8 100644 (file)
@@ -36,6 +36,7 @@ DCPOMATIC_ENABLE_WARNINGS
 
 struct AVFormatContext;
 struct AVFrame;
+struct AVStream;
 struct AVIOContext;
 
 class FFmpegContent;
@@ -63,7 +64,7 @@ protected:
                std::vector<std::shared_ptr<FFmpegAudioStream>> audio_streams, boost::optional<dcpomatic::ContentTime> first_video, double video_frame_rate
                ) const;
 
-       static FFmpegSubtitlePeriod subtitle_period (AVSubtitle const & sub);
+       static FFmpegSubtitlePeriod subtitle_period (AVPacket const* packet, AVStream const* stream, AVSubtitle const & sub);
 
        std::shared_ptr<const FFmpegContent> _ffmpeg_content;