Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / lib / isdcf_metadata.h
index 20f840416bf377c969f17f415b6813dbbecde652..f54565f5d93ff5e4d6b3a392065cada5f8b8ae43 100644 (file)
@@ -46,7 +46,8 @@ public:
 
        int content_version;
        std::string audio_language;
-       bool has_subtitle_language;
+       /** if set, this overrides any languages specified in individual Content objects */
+       boost::optional<std::string> subtitle_language;
        std::string territory;
        std::string rating;
        std::string studio;