diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 13:44:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | 491176352b80bea000564e6662738722185be721 (patch) | |
| tree | 34211a43cefdec49f43b4a990897fdb4102a5aa2 /src/lib/player.cc | |
| parent | 0fb9916d6734dbea4cb55b6d42923468aee45a40 (diff) | |
Remove old content_subtitle.
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 92e8141e1..4c9e216e1 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -44,7 +44,6 @@ #include "text_decoder.h" #include "ffmpeg_content.h" #include "audio_content.h" -#include "content_subtitle.h" #include "dcp_decoder.h" #include "image_decoder.h" #include "compose.hpp" @@ -867,7 +866,7 @@ Player::bitmap_text_start (weak_ptr<Piece> wp, ContentBitmapText subtitle) } void -Player::plain_text_start (weak_ptr<Piece> wp, ContentTextSubtitle subtitle) +Player::plain_text_start (weak_ptr<Piece> wp, ContentPlainText subtitle) { shared_ptr<Piece> piece = wp.lock (); if (!piece) { |
