id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 895,Possible issue in syntax of transform_tree,vdrugeon,,"In the syntax of transform_tree, when ISP and SBT are not used, but the block is too big (i.e. if( tbWidth > MaxTbSizeY | | tbHeight > MaxTbSizeY ) ), transform_tree is called recursively, followed by a call to transform_unit. This is strange, because it means that transform_unit is called only when the block is bigger than the transform size and not in the general case. In past draft versions, there used to be an ""} else {"" just before the call to transform_unit. I am not sure why it was removed. Could someone please check if this is correct?",defect,closed,minor,,spec,,fixed,,ksuehring bbross XiangLi fbossen jvet@…