diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-24 22:30:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-25 19:44:56 +0100 |
| commit | 9c8d2ed2e112596f7bb970d20f9240ec4519ec3e (patch) | |
| tree | 17a3572aea8c28bc48af0c25055408336090e988 /src/lib/ffmpeg_image_proxy.cc | |
| parent | f471db4e8dc7f3dd1eb7a9cf4d8d11e7d340df65 (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 |
