summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/dcpinfo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc
index f68fac24..7cbdf140 100644
--- a/tools/dcpinfo.cc
+++ b/tools/dcpinfo.cc
@@ -46,7 +46,7 @@
#include "reel.h"
#include "reel_picture_asset.h"
#include "reel_sound_asset.h"
-#include "reel_subtitle_asset.h"
+#include "reel_text_asset.h"
#include "smpte_subtitle_asset.h"
#include "sound_asset.h"
#include "subtitle_asset.h"
@@ -243,7 +243,7 @@ static
void
main_subtitle (vector<string> const& only, shared_ptr<Reel> reel, bool list_subtitles)
{
- shared_ptr<dcp::ReelSubtitleAsset> ms = reel->main_subtitle ();
+ auto ms = reel->main_subtitle();
if (!ms) {
return;
}