From 596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Aug 2013 22:11:21 +0100 Subject: Try to add correct namespace for 3D CPLs. --- src/reel.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/reel.cc') diff --git a/src/reel.cc b/src/reel.cc index d039f95b..3b49042a 100644 --- a/src/reel.cc +++ b/src/reel.cc @@ -43,11 +43,11 @@ Reel::write_to_cpl (xmlpp::Node* node, bool interop) const } if (_main_sound) { - _main_sound->write_to_cpl (asset_list); + _main_sound->write_to_cpl (asset_list, interop); } if (_main_subtitle) { - _main_subtitle->write_to_cpl (asset_list); + _main_subtitle->write_to_cpl (asset_list, interop); } } -- cgit v1.2.3