summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-14 23:23:22 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:22 +0100
commit3924dd859ad3de1d4a207d04e841f699bd27490a (patch)
tree8076fc6fbe0bd2661374ce455db9f79806255ab7 /src
parent9592b7f0e6cb6d9bc88afe11c64665c45b5bbeed (diff)
Fix to allow re-writing of SMPTE subtitles.
Diffstat (limited to 'src')
-rw-r--r--src/smpte_subtitle_asset.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smpte_subtitle_asset.cc b/src/smpte_subtitle_asset.cc
index 1ce64e5c..0e6c1254 100644
--- a/src/smpte_subtitle_asset.cc
+++ b/src/smpte_subtitle_asset.cc
@@ -140,6 +140,7 @@ SMPTESubtitleAsset::SMPTESubtitleAsset (boost::filesystem::path file)
}
}
}
+ _standard = dcp::SMPTE;
}
/* Check that all required image data have been found */