diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-06 20:10:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | cdc8bc6a7da0b4f8c3dbfcf560fea61473cf1ca3 (patch) | |
| tree | 6f6fc0c6b7897e6d3bd48fcc27e0e5eb08fc92b9 /src/asset_reader.h | |
| parent | 445f2495fbb0885132d3a6c8e7a1e135cbac3cce (diff) | |
Support MCA sound channel tags in MXF/CPL.
Diffstat (limited to 'src/asset_reader.h')
| -rw-r--r-- | src/asset_reader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/asset_reader.h b/src/asset_reader.h index dbd2761b..714d960c 100644 --- a/src/asset_reader.h +++ b/src/asset_reader.h @@ -69,6 +69,10 @@ public: return boost::shared_ptr<const F> (new F (_reader, n, _crypto_context)); } + R* reader () const { + return _reader; + } + protected: R* _reader; boost::shared_ptr<DecryptionContext> _crypto_context; |
