Hackz.
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Aug 2020 22:28:32 +0000 (00:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Aug 2020 07:38:43 +0000 (09:38 +0200)
src/tools/dcpomatic_disk_writer.cc

index 2c3753e57e9c318bae90ee9670859294cee1483c..fd6b6db75744e1a510d6f17efdb07e62703e3fe9 100644 (file)
@@ -89,7 +89,7 @@ using boost::optional;
 #ifdef DCPOMATIC_LINUX
 static PolkitAuthority* polkit_authority = 0;
 #endif
-static uint64_t const block_size = 4096;
+static uint64_t const block_size = 4096 * 4096;
 static Nanomsg* nanomsg = 0;
 
 #define SHORT_TIMEOUT 100