From 338aa9db0d82ceccde67e4b3dff0bfb75d2a4648 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 30 Sep 2015 09:18:32 +0100 Subject: Handle video frame rates and subtitles a bit more correctly. --- src/lib/ffmpeg_content.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/ffmpeg_content.h') diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 3159abfd1..5437c5bf3 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -69,6 +69,9 @@ public: /* SubtitleContent */ bool has_text_subtitles () const; bool has_image_subtitles () const; + double subtitle_video_frame_rate () const { + return video_frame_rate (); + } void set_filters (std::vector const &); -- cgit v1.2.3