summaryrefslogtreecommitdiff
path: root/src/content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-04 20:26:34 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-04 20:26:34 +0100
commitf31edeef1792adcb06c558239aaf453f22230ca7 (patch)
tree7da3480d1173f7e53e13b5afc498ff87fd44c1f2 /src/content.cc
parent162cfa083db8a5d2b74b2635f8f42a2288e177bd (diff)
Comment.
Diffstat (limited to 'src/content.cc')
-rw-r--r--src/content.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content.cc b/src/content.cc
index 007d5cbc..995fd920 100644
--- a/src/content.cc
+++ b/src/content.cc
@@ -36,7 +36,9 @@ Content::Content (boost::filesystem::path file)
, _edit_rate (24, 1)
, _intrinsic_duration (0)
{
-
+ /* Note: the _edit_rate and _intrinsic_duration above are just defaults,
+ the derived class must set these up according to `file'.
+ */
}
Content::Content (Fraction edit_rate)