summaryrefslogtreecommitdiff
path: root/src/smpte_subtitle_asset.h
diff options
context:
space:
mode:
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>,