diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-31 20:36:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-31 20:36:04 +0000 |
| commit | a60428e8a618c648fccab0d9c115f1d2a3dea2d2 (patch) | |
| tree | 886c224f91dccd2014c73ee117d4cfcf4696a8e6 /src/wx | |
| parent | e477bee9f3548641f78395cb4b2751751b14c085 (diff) | |
swaroop: beginning of encrypted MP4 / .ecinema.v2.13.65
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/controls.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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> 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(); } |
