diff options
Diffstat (limited to 'src/lib/ffmpeg_content.h')
| -rw-r--r-- | src/lib/ffmpeg_content.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 5c2b5496d..c5797d5d1 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -70,7 +70,8 @@ public: std::vector<AudioStreamPtr> audio_streams () const; /* SubtitleContent */ - bool has_subtitles () const; + bool has_text_subtitles () const; + bool has_image_subtitles () const; void set_filters (std::vector<Filter const *> const &); |
