summaryrefslogtreecommitdiff
path: root/src/asset_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-06 01:01:29 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-13 22:29:01 +0000
commit0e29e68e94daade47167ac5bc6b51362ef02b5c3 (patch)
treeaccedb6af7c7763086af8abf108655791fce439d /src/asset_writer.h
parent92d04684c81baa6c56ff3299f1cffd1ac787c71f (diff)
Store interop/SMPTE in MXF.
Diffstat (limited to 'src/asset_writer.h')
-rw-r--r--src/asset_writer.h2
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;