From dea824f6ff41384a5e17e23de5434cf84eccff29 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 22 Jul 2018 00:41:03 +0100 Subject: Display only required tabs, including subs / ccap. --- src/lib/ffmpeg_content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg_content.cc') diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index 4300dc970..3f0a692cd 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -304,7 +304,7 @@ FFmpegContent::examine (shared_ptr job) _subtitle_streams = examiner->subtitle_streams (); if (!_subtitle_streams.empty ()) { caption.clear (); - caption.push_back (shared_ptr (new CaptionContent (this))); + caption.push_back (shared_ptr (new CaptionContent (this, CAPTION_OPEN))); _subtitle_stream = _subtitle_streams.front (); } -- cgit v1.2.3