summaryrefslogtreecommitdiff
path: root/src/reel_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-27 14:41:33 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-27 14:41:33 +0000
commit8c2f3517e868078b551bb01d975f2956cb692fbf (patch)
tree81bf98f00b9a267a73494c1939c6e9473559c85e /src/reel_picture_asset.h
parente5d368553b47a566a83d4edce0a8f166db9509e6 (diff)
Various tinkerings.
Diffstat (limited to 'src/reel_picture_asset.h')
-rw-r--r--src/reel_picture_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h
index c6eb2c73..b433ff88 100644
--- a/src/reel_picture_asset.h
+++ b/src/reel_picture_asset.h
@@ -32,6 +32,8 @@ public:
ReelPictureAsset (boost::shared_ptr<PictureMXF> content, int64_t entry_point);
ReelPictureAsset (boost::shared_ptr<const cxml::Node>);
+ virtual void write_to_cpl (xmlpp::Node* node, Standard standard) const;
+
boost::shared_ptr<PictureMXF> mxf () {
return boost::dynamic_pointer_cast<PictureMXF> (_content.object ());
}
@@ -40,8 +42,6 @@ public:
_screen_aspect_ratio = a;
}
- virtual void write_to_cpl (xmlpp::Node* node, Standard standard) const;
-
private:
Fraction _frame_rate;
Fraction _screen_aspect_ratio;