From 2f99a801dfb1668d7efda4eb8a3f5638d2fe20d2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 27 Jun 2014 11:16:37 +0100 Subject: Fix confusion about subtitle codec pointers. --- src/lib/ffmpeg_decoder.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/ffmpeg_decoder.h') diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 335364d2e..2859e2345 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -48,7 +48,6 @@ class FFmpegDecoder : public VideoDecoder, public AudioDecoder, public SubtitleD { public: FFmpegDecoder (boost::shared_ptr, boost::shared_ptr); - ~FFmpegDecoder (); private: friend class ::ffmpeg_pts_offset_test; @@ -75,8 +74,6 @@ private: bool has_subtitle_during (ContentTimePeriod) const; boost::shared_ptr _log; - AVCodecContext* _subtitle_codec_context; ///< may be 0 if there is no subtitle - AVCodec* _subtitle_codec; ///< may be 0 if there is no subtitle std::list > _filter_graphs; boost::mutex _filter_graphs_mutex; -- cgit v1.2.3