From a60428e8a618c648fccab0d9c115f1d2a3dea2d2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 31 Oct 2018 20:36:04 +0000 Subject: swaroop: beginning of encrypted MP4 / .ecinema. --- src/wx/controls.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx') diff --git a/src/wx/controls.cc b/src/wx/controls.cc index 62f75fde3..8b2a17b09 100644 --- a/src/wx/controls.cc +++ b/src/wx/controls.cc @@ -667,7 +667,7 @@ Controls::update_content_directory () shared_ptr content; if (is_directory(*i) && (is_regular_file(*i / "ASSETMAP") || is_regular_file(*i / "ASSETMAP.xml"))) { content.reset (new DCPContent(_film, *i)); - } else if (i->path().extension() == ".mp4") { + } else if (i->path().extension() == ".mp4" || i->path().extension() == ".ecinema") { content = content_factory(_film, *i).front(); } -- cgit v1.2.3