From: Kostya Shishkov Date: Mon, 15 Jun 2020 17:06:27 +0000 (+0200) Subject: cinepakenc: switch default quantisation mode to median cut X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=36ce88be3f590a876fe539c8f631a58af2ea2cac cinepakenc: switch default quantisation mode to median cut --- diff --git a/nihav-commonfmt/src/codecs/cinepakenc.rs b/nihav-commonfmt/src/codecs/cinepakenc.rs index bf6c25c..09bb112 100644 --- a/nihav-commonfmt/src/codecs/cinepakenc.rs +++ b/nihav-commonfmt/src/codecs/cinepakenc.rs @@ -272,7 +272,7 @@ impl CinepakEncoder { pkt: None, lastfrm: None, frmcount: 0, - qmode: QuantMode::ELBG, + qmode: QuantMode::MedianCut, key_int: 25, quality: 0, nstrips: 2,