diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-20 18:47:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-20 18:47:13 +0100 |
| commit | f0380b3df50ca48ad2f22b5e7d5544dc9fa30d61 (patch) | |
| tree | 3c4a73185ee36a7c73e9e3e84fc6f7447477cb0a /src/lib/util.cc | |
| parent | 1ba7bca7f2950faa441ec83920d35b65016f3fa6 (diff) | |
More various KDM fixes.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 4e4493ac7..667ee8ce9 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -275,6 +275,8 @@ dcpomatic_setup () #endif avfilter_register_all (); + + libdcp::init (); Ratio::setup_ratios (); DCPContentType::setup_dcp_content_types (); |
