From f113b2aaca7a65f7b37e12a7d9f3f99e2d834e81 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 19 Nov 2016 20:40:36 +0000 Subject: Move position variables into the video/audio/subtitle decoder classes. --- src/lib/subtitle_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/subtitle_decoder.h') diff --git a/src/lib/subtitle_decoder.h b/src/lib/subtitle_decoder.h index eba36315e..df4946c07 100644 --- a/src/lib/subtitle_decoder.h +++ b/src/lib/subtitle_decoder.h @@ -25,6 +25,7 @@ #include "rect.h" #include "types.h" #include "content_subtitle.h" +#include "decoder_part.h" #include namespace sub { @@ -33,7 +34,7 @@ namespace sub { class Image; -class SubtitleDecoder +class SubtitleDecoder : public DecoderPart { public: /** Second parameter to the _during functions is true if we @@ -63,7 +64,6 @@ public: private: - Decoder* _parent; std::list _decoded_image; std::list _decoded_text; boost::shared_ptr _content; -- cgit v1.2.3