summaryrefslogtreecommitdiff
path: root/src/mono_picture_frame.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-27 01:06:05 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-06 22:48:30 +0100
commit0892ee346ee0caf60d532bab40ebf1716e3b1cb8 (patch)
tree19f5ca33b9091f77ee2ce6c0b40649d69cce0c4c /src/mono_picture_frame.cc
parent377c88a90db7fa8b48f5f593a120f8908722d399 (diff)
Rename j2k.{cc,h} => j2k_transcode.{cc,h}
Diffstat (limited to 'src/mono_picture_frame.cc')
-rw-r--r--src/mono_picture_frame.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc
index 3e27bed7..fb451e08 100644
--- a/src/mono_picture_frame.cc
+++ b/src/mono_picture_frame.cc
@@ -37,14 +37,14 @@
*/
-#include "mono_picture_frame.h"
-#include "exceptions.h"
-#include "util.h"
-#include "rgb_xyz.h"
#include "colour_conversion.h"
#include "compose.hpp"
-#include "j2k.h"
#include "crypto_context.h"
+#include "exceptions.h"
+#include "j2k_transcode.h"
+#include "mono_picture_frame.h"
+#include "rgb_xyz.h"
+#include "util.h"
#include <asdcp/KM_fileio.h>
#include <asdcp/AS_DCP.h>