diff options
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) { |
