compose/raw_convert fiddling.
[dcpomatic.git] / src / lib / cross.cc
index 7996070982c84ec32b536d1decea82a20460bfb2..b33fa80ac81d3da7e235ded347a0088aabb744f8 100644 (file)
@@ -396,3 +396,9 @@ start_batch_converter (boost::filesystem::path dcpomatic)
        CreateProcess (0, cmd, 0, 0, FALSE, 0, 0, 0, &startup_info, &process_info);
 #endif
 }
+
+int
+thread_id ()
+{
+       return (int) pthread_self ();
+}