X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=source%2Fencoder%2Fbitcost.h;h=674dffa54da5de49eee51d7412fb44ddaf6e25ac;hp=d28486bedcaa29ab5a3d5b50b3080cbc5b08eb86;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/source/encoder/bitcost.h b/source/encoder/bitcost.h index d28486b..674dffa 100644 --- a/source/encoder/bitcost.h +++ b/source/encoder/bitcost.h @@ -35,7 +35,7 @@ class BitCost { public: - BitCost() : m_cost_mvx(0), m_cost_mvy(0), m_cost(0) {} + BitCost() : m_cost_mvx(0), m_cost_mvy(0), m_cost(0), m_mvp(0) {} void setQP(unsigned int qp);