From cdc8bc6a7da0b4f8c3dbfcf560fea61473cf1ca3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 6 Sep 2020 20:10:13 +0200 Subject: Support MCA sound channel tags in MXF/CPL. --- src/asset_reader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/asset_reader.h') 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 (new F (_reader, n, _crypto_context)); } + R* reader () const { + return _reader; + } + protected: R* _reader; boost::shared_ptr _crypto_context; -- cgit v1.2.3