diff options
Diffstat (limited to 'src/content.h')
| -rw-r--r-- | src/content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content.h b/src/content.h index e7445d47..2059c8f5 100644 --- a/src/content.h +++ b/src/content.h @@ -71,6 +71,8 @@ public: protected: friend class MXFWriter; + + virtual std::string asdcp_kind () const = 0; Fraction _edit_rate; int64_t _intrinsic_duration; |
