From 36ce88be3f590a876fe539c8f631a58af2ea2cac Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 15 Jun 2020 19:06:27 +0200 Subject: [PATCH] cinepakenc: switch default quantisation mode to median cut --- nihav-commonfmt/src/codecs/cinepakenc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2