Tweak batch size. fastvideo
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Sep 2020 18:13:08 +0000 (20:13 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Sep 2020 18:23:29 +0000 (20:23 +0200)
src/lib/j2k_encoder_fastvideo_backend.h

index d65e6e1b488deb168c9a707d8660448ac7594ed4..98c3b14f8e6cdb5602260c74bb1119c7a65cee2c 100644 (file)
@@ -19,7 +19,7 @@ public:
        std::vector<dcp::Data> encode (std::vector<boost::shared_ptr<DCPVideo> > video);
 
        int quantity () const {
-               return 4;
+               return 8;
        }
 
 private: