diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-05 13:39:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-05 13:39:10 +0000 |
| commit | 5cb09148a9d3456727459b7d41b8c36b0ca277b9 (patch) | |
| tree | f896e01194135fe6dd19d1bb04c786d5fc846623 /src/mxf.cc | |
| parent | 5d2236bf466ea8592344791e926b075be339c3dc (diff) | |
Comment / tidy.
Diffstat (limited to 'src/mxf.cc')
| -rw-r--r-- | src/mxf.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,7 +43,6 @@ using namespace dcp; MXF::MXF (Fraction edit_rate) : Content (edit_rate) - , _progress (0) , _encryption_context (0) , _decryption_context (0) { @@ -52,7 +51,6 @@ MXF::MXF (Fraction edit_rate) MXF::MXF (boost::filesystem::path file) : Content (file) - , _progress (0) , _encryption_context (0) , _decryption_context (0) { |
