summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-09 15:56:55 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-09 15:56:55 +0100
commitb5828ccf20a0e0c4365854ac19a05d5a4783e254 (patch)
tree338fd3dfc1b7f74edf4fb2615ed6d1136942f4d8 /src/lib/ffmpeg_decoder.h
parent9b0d04f34424c9aeddaf07007838f2c8c0113093 (diff)
Make subtitle addition optional.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index 18c2e2aeb..59ec7573d 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -63,6 +63,7 @@ public:
int audio_sample_rate () const;
AVSampleFormat audio_sample_format () const;
int64_t audio_channel_layout () const;
+ bool has_subtitles () const;
private: