summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-27 11:16:37 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-27 11:16:37 +0100
commit2f99a801dfb1668d7efda4eb8a3f5638d2fe20d2 (patch)
tree69117c856701cdfe96206f8cee12b2dd34f070fa /src/lib/ffmpeg.h
parent76ce03b70441e2552f2ad62dc116e75b2f6dcf3c (diff)
Fix confusion about subtitle codec pointers.
Diffstat (limited to 'src/lib/ffmpeg.h')
-rw-r--r--src/lib/ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
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<const FFmpegContent> _ffmpeg_content;