summaryrefslogtreecommitdiff
path: root/src/reel_sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-10 16:16:51 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-10 16:16:51 +0100
commita75132724be4962225e5cb0f5ef5297e2e78aeee (patch)
tree8bd6860f89de21e2ec14226a4eb8d1d6ba87aff4 /src/reel_sound_asset.h
parent1045480655c09c6fdf0d81f5d9714cb218933c19 (diff)
Move _intrinsic_duration and _edit_rate up to the MXF class as XML subtitle files do not contain this information (whereas MXF files do).
Diffstat (limited to 'src/reel_sound_asset.h')
-rw-r--r--src/reel_sound_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h
index 42835c84..7725c615 100644
--- a/src/reel_sound_asset.h
+++ b/src/reel_sound_asset.h
@@ -34,7 +34,7 @@ namespace dcp {
class ReelSoundAsset : public ReelAsset
{
public:
- ReelSoundAsset (boost::shared_ptr<Content> content, int64_t entry_point);
+ ReelSoundAsset (boost::shared_ptr<dcp::SoundMXF> content, int64_t entry_point);
ReelSoundAsset (boost::shared_ptr<const cxml::Node>);
boost::shared_ptr<SoundMXF> mxf () {