diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-12 20:13:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-13 20:23:29 +0200 |
| commit | 5305290903d2d66d8c3dac79a190f64695e30976 (patch) | |
| tree | 69d72d8406423e9c45219e53af0de946ed198b5a | |
| parent | 917d6979358039158edf777a0a8cb321f86af60f (diff) | |
Tweak batch size.fastvideo
| -rw-r--r-- | src/lib/j2k_encoder_fastvideo_backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/j2k_encoder_fastvideo_backend.h b/src/lib/j2k_encoder_fastvideo_backend.h index d65e6e1b4..98c3b14f8 100644 --- a/src/lib/j2k_encoder_fastvideo_backend.h +++ b/src/lib/j2k_encoder_fastvideo_backend.h @@ -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: |
