diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-20 14:37:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-20 14:37:43 +0100 |
| commit | 52b34d1a780a9e6dece62fa8fff7467072b9ed66 (patch) | |
| tree | 25fe8c1811108a0516927a18ecc325848531ca77 /src/reel_asset.h | |
| parent | a8ae455886f36c19257129f34b172051bbe120bf (diff) | |
Comments.
Diffstat (limited to 'src/reel_asset.h')
| -rw-r--r-- | src/reel_asset.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h index a71290ae..828981ef 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -99,13 +99,13 @@ protected: private: - std::string _annotation_text; ///< The <AnnotationText> from the reel's entry for this asset - Fraction _edit_rate; ///< The <EditRate> from the reel's entry for this asset - int64_t _intrinsic_duration; ///< The <IntrinsicDuration> from the reel's entry for this asset - int64_t _entry_point; ///< The <EntryPoint> from the reel's entry for this asset - int64_t _duration; ///< The <Duration> from the reel's entry for this asset - std::string _hash; ///< The <Hash> from the reel's entry for this asset - std::string _key_id; ///< The <KeyId> from the reel's entry for this asset, or empty if there isn't one + std::string _annotation_text; ///< The <AnnotationText> from the reel's entry for this asset + Fraction _edit_rate; ///< The <EditRate> from the reel's entry for this asset + int64_t _intrinsic_duration; ///< The <IntrinsicDuration> from the reel's entry for this asset + int64_t _entry_point; ///< The <EntryPoint> from the reel's entry for this asset + int64_t _duration; ///< The <Duration> from the reel's entry for this asset + std::string _hash; ///< The <Hash> from the reel's entry for this asset + std::string _key_id; ///< The <KeyId> from the reel's entry for this asset, or empty if there isn't one }; } |
