cinepakenc: switch default quantisation mode to median cut
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 15 Jun 2020 17:06:27 +0000 (19:06 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 15 Jun 2020 17:06:27 +0000 (19:06 +0200)
nihav-commonfmt/src/codecs/cinepakenc.rs

index bf6c25c94454f2433afcaa2f2fa4ec0bbfac49ee..09bb112e87c02d6ecba10dd669c6357dfb4bd316 100644 (file)
@@ -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,