From 14848004f619d11bd6810735637d428f101e6b51 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Sep 2015 00:51:07 +0100 Subject: Consider assets outside the DCP as referenced assets (i.e. not to be written to the asset map). Return a value from finalize() to say whether a writer has written anything. Other small related tweaks. --- src/asset_writer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/asset_writer.h') diff --git a/src/asset_writer.h b/src/asset_writer.h index 66d7396f..f9022899 100644 --- a/src/asset_writer.h +++ b/src/asset_writer.h @@ -44,7 +44,7 @@ class AssetWriter : public boost::noncopyable { public: virtual ~AssetWriter (); - virtual void finalize (); + virtual bool finalize (); protected: AssetWriter (MXF* mxf, boost::filesystem::path file); -- cgit v1.2.3