diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel_mxf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel_mxf.h b/src/reel_mxf.h index 732cddbd..7b4d92aa 100644 --- a/src/reel_mxf.h +++ b/src/reel_mxf.h @@ -79,6 +79,10 @@ public: return _hash; } + void set_hash (std::string h) { + _hash = h; + } + /** @return true if a KeyId is specified for this asset, implying * that its content is encrypted. */ |
