Skip to content

Don't use msac_decode_bool() for edge partition parsing

Ronald S. Bultje requested to merge rbultje/dav1d:fix119 into master

This is identical to what libaom does, and fixes #119 (closed). After gather_left/top_partition_prob(), probabilities can overlap, and in extreme cases the output CDF[0] can therefore be 0, which will cause an assert failure when used with msac_decode_bool().

Merge request reports