mirror of https://github.com/FFmpeg/FFmpeg.git
The spec allows at least thirty-two zero bits followed by a one to mean 2^32-1, with no constraint on the number of zeroes. The libaom reference decoder does not match this, instead reading thirty-two zeroes but not the following one to mean 2^32-1. These two interpretations are incompatible and other implementations may follow one or the other. Therefore reject thirty-two zeroes because the intended behaviour is not clear. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>release/7.1
parent
3faadbe2a2
commit
7110a36ba0
1 changed files with 13 additions and 5 deletions
Loading…
Reference in new issue