diff options
Diffstat (limited to 'src/lib/tiff_decoder.h')
| -rw-r--r-- | src/lib/tiff_decoder.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 (); |
