summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
commite520f1009eaa552c7b3931ced85c0f19d8aff554 (patch)
treebf992eab88f0691e5bc336895656ff91cb5f233e /src/asset.h
parent8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff)
No-op: whitespace.
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/asset.h b/src/asset.h
index 6db8e5c2..64c46c4f 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -101,11 +101,11 @@ public:
int duration () const {
return _duration;
}
-
+
int intrinsic_duration () const {
return _intrinsic_duration;
}
-
+
int edit_rate () const {
return _edit_rate;
}
@@ -113,7 +113,7 @@ public:
void set_entry_point (int e) {
_entry_point = e;
}
-
+
void set_duration (int d) {
_duration = d;
}
@@ -132,7 +132,7 @@ protected:
/** @return Interop PKL asdcpKind for the &lt;Type&gt; tag e.g. Picture, Sound etc. */
virtual std::string asdcp_kind () const = 0;
-
+
std::string digest () const;
/** Directory that our MXF or XML file is in */
@@ -150,7 +150,7 @@ protected:
/** Length to present in frames */
int _duration;
-private:
+private:
/** Digest of our MXF or XML file */
mutable std::string _digest;
};