diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-24 22:30:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-04 23:09:10 +0200 |
| commit | 8eb951b71fa90e54c8da64e54cf5ddf6bf0809cf (patch) | |
| tree | 21ecdd4e8b1a71840dfee3ccb5ed907d93d38c42 /src/lib/ffmpeg_image_proxy.cc | |
| parent | cf2ed48d21ddbc32bda262064480e88e69dc031a (diff) | |
Cleanup: move some methods from util to memory_util.
Diffstat (limited to 'src/lib/ffmpeg_image_proxy.cc')
| -rw-r--r-- | src/lib/ffmpeg_image_proxy.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_image_proxy.cc b/src/lib/ffmpeg_image_proxy.cc index 4b3c3084c..94385eabd 100644 --- a/src/lib/ffmpeg_image_proxy.cc +++ b/src/lib/ffmpeg_image_proxy.cc @@ -21,11 +21,12 @@ #include "compose.hpp" #include "cross.h" +#include "dcpomatic_assert.h" #include "dcpomatic_socket.h" #include "exceptions.h" #include "ffmpeg_image_proxy.h" #include "image.h" -#include "util.h" +#include "memory_util.h" #include "warnings.h" #include <dcp/raw_convert.h> DCPOMATIC_DISABLE_WARNINGS |
