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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ffmpeg.h') diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 1d2c312e6..8aaa54f84 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -56,6 +56,7 @@ public: protected: AVCodecContext* video_codec_context () const; AVCodecContext* audio_codec_context () const; + AVCodecContext* subtitle_codec_context () const; boost::shared_ptr _ffmpeg_content; -- cgit v1.2.3