Fix to allow re-writing of SMPTE subtitles.
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Dec 2020 22:23:22 +0000 (23:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 Jan 2021 19:13:22 +0000 (20:13 +0100)
src/smpte_subtitle_asset.cc

index 1ce64e5c72141631e52ddc0cc9a7ddf3143078d3..0e6c1254cb65d5abc8341754f61227e8b788d70e 100644 (file)
@@ -140,6 +140,7 @@ SMPTESubtitleAsset::SMPTESubtitleAsset (boost::filesystem::path file)
                                }
                        }
                }
+               _standard = dcp::SMPTE;
        }
 
        /* Check that all required image data have been found */