Typo in `x265_check_params`

Issue #379 new
Former user created an issue

CHECK(maxLog2CUSize < tuQTMinLog2Size + param->tuQTMaxIntraDepth - 1, "QuadtreeTUMaxDepthInter must be less than or equal to the difference between log2(maxCUSize) and QuadtreeTULog2MinSize plus 1"); --> CHECK(maxLog2CUSize < tuQTMinLog2Size + param->tuQTMaxIntraDepth - 1, "QuadtreeTUMaxDepthIntra must be less than or equal to the difference between log2(maxCUSize) and QuadtreeTULog2MinSize plus 1");

Comments (0)

  1. Log in to comment