From b5828ccf20a0e0c4365854ac19a05d5a4783e254 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 9 Oct 2012 15:56:55 +0100 Subject: Make subtitle addition optional. --- src/lib/tiff_decoder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/tiff_decoder.h') diff --git a/src/lib/tiff_decoder.h b/src/lib/tiff_decoder.h index d9b5b3969..b9849a259 100644 --- a/src/lib/tiff_decoder.h +++ b/src/lib/tiff_decoder.h @@ -53,6 +53,9 @@ public: int audio_sample_rate () const; AVSampleFormat audio_sample_format () const; int64_t audio_channel_layout () const; + bool has_subtitles () const { + return false; + } private: bool do_pass (); -- cgit v1.2.3