X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_video.cc;h=4a505a7e18e65996b4666d59f541e67b0f993c06;hb=c7917ecfce3200d807091cb64241e54066822cbf;hp=ed68299bb45319d611606fb8a5b6451558be06e4;hpb=de795b3e103309210dac9e331d45aacf0f0d884c;p=dcpomatic.git diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index ed68299bb..4a505a7e1 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -128,7 +128,8 @@ DCPVideo::encode_locally () auto const comment = Config::instance()->dcp_j2k_comment(); ArrayData enc = {}; - int const minimum_size = Config::instance()->minimum_frame_size(); + /* This was empirically derived by a user: see #1902 */ + int const minimum_size = 16384; LOG_GENERAL ("Using minimum frame size %1", minimum_size); auto xyz = convert_to_xyz (_frame, boost::bind(&Log::dcp_log, dcpomatic_log.get(), _1, _2));