summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-16 17:45:46 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-18 01:10:32 +0100
commitc3c127e0bdb988696d16f47ea8080df3eff38420 (patch)
treeecdff8d299152eef491f1946e6ccb4f6d9cf8e71 /src/mxf.h
parent45ed3bf55175a8555123b320b366efb69b1ba629 (diff)
Add can_be_read() to ReelFileAsset and subclasses.
Diffstat (limited to 'src/mxf.h')
-rw-r--r--src/mxf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mxf.h b/src/mxf.h
index ad9e39ed..933e7afb 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -76,6 +76,8 @@ public:
MXF (Standard standard);
virtual ~MXF () {}
+ virtual bool can_be_read() const;
+
/** @return true if the data is encrypted */
bool encrypted () const {
return static_cast<bool>(_key_id);