diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-04 22:53:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-06 20:15:16 +0200 |
| commit | 36ce958a516567d8481163692c028a88c6ce0df7 (patch) | |
| tree | 10bd8a9470e3f83b69766c2afbe366f4824a8954 /src/lib/film.cc | |
| parent | 08f96200aacf9f91ef3e3f5b80224a5b2437f279 (diff) | |
Rename ScreenKDM -> KDMWithMetadata
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index cbbdf5964..b233e5ee6 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -50,7 +50,7 @@ #include "text_content.h" #include "ffmpeg_content.h" #include "dcp_content.h" -#include "screen_kdm.h" +#include "kdm_with_metadata.h" #include "cinema.h" #include "change_signaller.h" #include "check_content_change_job.h" |
