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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h
index 29b3c1b0..f5cee5de 100644
--- a/src/mxf_asset.h
+++ b/src/mxf_asset.h
@@ -26,6 +26,8 @@
namespace libdcp
{
+class MXFMetadata;
+
/** @brief Parent class for assets which have MXF files */
class MXFAsset : public Asset
{
@@ -75,10 +77,10 @@ public:
* @param w struct to fill in.
* @param uuid uuid to use.
*/
- static void fill_writer_info (ASDCP::WriterInfo* w, std::string uuid);
+ static void fill_writer_info (ASDCP::WriterInfo* w, std::string uuid, MXFMetadata const & metadata);
protected:
-
+
/** Signal to emit to report progress, or 0 */
boost::signals2::signal<void (float)>* _progress;
/** The edit rate; this is normally equal to the number of video frames per second */