summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index 9f82be9c3..f5bbbd31e 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -33,7 +33,7 @@ class VideoContent;
struct ffmpeg_pts_offset_test;
struct audio_sampling_rate_test;
-class FFmpegContentProperty : public VideoContentProperty
+class FFmpegContentProperty
{
public:
static int const SUBTITLE_STREAMS;
@@ -70,9 +70,7 @@ public:
/* SubtitleContent */
bool has_text_subtitles () const;
bool has_image_subtitles () const;
- double subtitle_video_frame_rate () const {
- return video_frame_rate ();
- }
+ double subtitle_video_frame_rate () const;
void set_filters (std::vector<Filter const *> const &);