diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-18 21:26:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 00:11:17 +0200 |
| commit | 7ec6c86c913fba820870565ee757fdf43ae47433 (patch) | |
| tree | 7cdc265ffd2048550afe90cf7a087175ea264364 /src/tools | |
| parent | 4673b12dcf6340862f9f4f72fc6dca8553130b55 (diff) | |
Move Image::as_png() out to image_as_png().
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 46dead850..5d5e2e825 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -45,6 +45,8 @@ #include "lib/ffmpeg_content.h" #include "lib/file_log.h" #include "lib/film.h" +#include "lib/image.h" +#include "lib/image_png.h" #include "lib/internet.h" #include "lib/job.h" #include "lib/job_manager.h" |
