X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fspeedquantizer.h;h=2f9aeddcc8983e00b4b5617c962232b283683fc7;hb=e77b01f9fed6d5f653dbd0123f0f1f61a13c3dfa;hp=d6dc1acd02cb0ebdc8fab126105d3213a6dea49f;hpb=251270c97a5e5eb8630bc1662a406255dedae90e;p=r2c2.git diff --git a/source/libr2c2/speedquantizer.h b/source/libr2c2/speedquantizer.h index d6dc1ac..2f9aedd 100644 --- a/source/libr2c2/speedquantizer.h +++ b/source/libr2c2/speedquantizer.h @@ -36,6 +36,7 @@ private: }; std::vector steps; + float weight_limit; public: SpeedQuantizer(unsigned);