summaryrefslogtreecommitdiff
path: root/src/mxf_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mxf_asset.h')
-rw-r--r--src/mxf_asset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h
index cdcd08bf..7f36b30a 100644
--- a/src/mxf_asset.h
+++ b/src/mxf_asset.h
@@ -33,6 +33,7 @@ public:
* @param file_name Name of MXF file.
* @param progress Signal to inform of progress.
* @param fps Frames per second.
+ * @param entry_point The entry point of this MXF; ie the first frame that should be used.
* @param length Length in frames.
*/
MXFAsset (std::string directory, std::string file_name, sigc::signal1<void, float>* progress, int fps, int entry_point, int length);