diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-06 01:01:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-13 22:29:01 +0000 |
| commit | 0e29e68e94daade47167ac5bc6b51362ef02b5c3 (patch) | |
| tree | accedb6af7c7763086af8abf108655791fce439d /src/asset_writer.h | |
| parent | 92d04684c81baa6c56ff3299f1cffd1ac787c71f (diff) | |
Store interop/SMPTE in MXF.
Diffstat (limited to 'src/asset_writer.h')
| -rw-r--r-- | src/asset_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset_writer.h b/src/asset_writer.h index 814405d4..bc055d70 100644 --- a/src/asset_writer.h +++ b/src/asset_writer.h @@ -63,7 +63,7 @@ public: } protected: - AssetWriter (MXF* mxf, boost::filesystem::path file, Standard standard); + AssetWriter (MXF* mxf, boost::filesystem::path file); /** MXF that we are writing */ MXF* _mxf; |
