pot/merge.
[dcpomatic.git] / src / lib / dcp_decoder.cc
index 0f4e1afa1fadb2ff535294e3ca014d672466fbd3..e82e9e9584674621dd47480a5a914f758e6f8bd2 100644 (file)
@@ -304,7 +304,7 @@ DCPDecoder::pass_texts (
                                                        ContentTime::from_frames(_offset - entry_point, vfr) + ContentTime::from_seconds(b.out().as_seconds())
                                                        ),
                                                strings,
-                                               _dcp_content->standard()
+                                               asset->subtitle_standard()
                                                );
                                        strings.clear ();
                                }
@@ -340,7 +340,7 @@ DCPDecoder::pass_texts (
                                        ContentTime::from_frames(_offset - entry_point, vfr) + ContentTime::from_seconds(b.out().as_seconds())
                                        ),
                                strings,
-                               _dcp_content->standard()
+                               asset->subtitle_standard()
                                );
                        strings.clear ();
                }