summaryrefslogtreecommitdiff
path: root/src/smpte_subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-09 11:40:59 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-09 11:40:59 +0100
commit2ac1dbfeaffa5166f104ef4a01fedc41f542cacf (patch)
tree05608ab66d15e76009ef56a738ecbe7f1fabcee4 /src/smpte_subtitle_asset.h
parent5c1b079a28941781c9cfa46d57e0c20b55681b32 (diff)
As I understand it all SMPTE subtitles are MXF-wrapped.
Diffstat (limited to 'src/smpte_subtitle_asset.h')
-rw-r--r--src/smpte_subtitle_asset.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h
index 37f58c6f..a01ef775 100644
--- a/src/smpte_subtitle_asset.h
+++ b/src/smpte_subtitle_asset.h
@@ -39,9 +39,8 @@ public:
SMPTESubtitleAsset ();
/** @param file File name
- * @param mxf true if `file' is a MXF, or false if it is an XML file.
*/
- SMPTESubtitleAsset (boost::filesystem::path file, bool mxf = true);
+ SMPTESubtitleAsset (boost::filesystem::path file);
bool equals (
boost::shared_ptr<const Asset>,