diff options
author | Niklas Haas <git@haasn.dev> | 2023-09-27 15:16:51 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2023-09-28 17:11:23 +0200 |
commit | 338a5fcdbe9571e6f22817a111621259d83f2e59 (patch) | |
tree | dccdb78f2f553c3dc30d69c03e82988e3e9c42fa /libavcodec/vc1_block.c | |
parent | 7a24d794f64050212b320072ab663bc4e2f1d101 (diff) | |
download | ffmpeg-338a5fcdbe9571e6f22817a111621259d83f2e59.tar.gz |
lavc/h274: fix PRNG definition
The spec specifies x^31 + x^3 + 1 as the polynomial, but the diagram in
Figure 1-1 omits the +1 offset. The initial implementation was based on
the diagram, but this is wrong (produces subtly incorrect results).
Diffstat (limited to 'libavcodec/vc1_block.c')
0 files changed, 0 insertions, 0 deletions