diff options
Diffstat (limited to 'src/mxf_asset.h')
| -rw-r--r-- | src/mxf_asset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h index dda69a9a..68445425 100644 --- a/src/mxf_asset.h +++ b/src/mxf_asset.h @@ -94,6 +94,9 @@ public: return _metadata; } + /** Set whether or not the asset should be written in Interop mode. + * @param i true to use interop. + */ void set_interop (bool i) { _interop = i; } |
