From 24d54ea7fe1ba128cf8d3521d6738fc73a7c623e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 May 2014 16:53:38 +0100 Subject: Basics of noting subtitle times in FFmpegSubtitleStreams. --- src/lib/subrip_decoder.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/subrip_decoder.cc') diff --git a/src/lib/subrip_decoder.cc b/src/lib/subrip_decoder.cc index cdc8ccbfe..e832c2d84 100644 --- a/src/lib/subrip_decoder.cc +++ b/src/lib/subrip_decoder.cc @@ -19,12 +19,14 @@ #include #include "subrip_decoder.h" +#include "subrip_content.h" using std::list; using boost::shared_ptr; SubRipDecoder::SubRipDecoder (shared_ptr content) - : SubRip (content) + : SubtitleDecoder (content) + , SubRip (content) , _next (0) { -- cgit v1.2.3