Skip to content

Use transform DCT_DCT if block quantizer is zero

To figure out the block quantizer, add the frame-level quantizer to any delta from the current segment. If this is zero, we should use DCT_DCT rather than reading the transform type from the bitstream.

See section 5.11.47 of the spec.

Fixes issue #175 (closed)

Merge request reports