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/reel_asset.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/reel_asset.h') diff --git a/src/reel_asset.h b/src/reel_asset.h index ddd0f362..a1ad3cb1 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -68,6 +68,10 @@ public: return _asset_ref; } + int64_t intrinsic_duration () const { + return _intrinsic_duration; + } + int64_t entry_point () const { return _entry_point; } -- cgit v1.2.3