diff options
Diffstat (limited to 'src/reel_mxf_asset.h')
| -rw-r--r-- | src/reel_mxf_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_mxf_asset.h b/src/reel_mxf_asset.h index c9637549..2dc3af73 100644 --- a/src/reel_mxf_asset.h +++ b/src/reel_mxf_asset.h @@ -37,7 +37,7 @@ class ReelMXFAsset : public ReelAsset { public: ReelMXFAsset (); - ReelMXFAsset (boost::shared_ptr<Asset> mxf, boost::optional<std::string> key_id, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); + ReelMXFAsset (boost::shared_ptr<Asset> asset, boost::optional<std::string> key_id, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point); ReelMXFAsset (boost::shared_ptr<const cxml::Node>); /** @return the 4-character key type for this MXF (MDIK, MDAK, etc.) */ |
