]> git.sesse.net Git - x264/commit
Fix another PCM bug
authorFiona Glaser <fiona@x264.com>
Thu, 15 Jul 2010 20:20:50 +0000 (13:20 -0700)
committerFiona Glaser <fiona@x264.com>
Thu, 15 Jul 2010 20:20:50 +0000 (13:20 -0700)
commite3687899bc45a49083acaaec116e7c70bbcfca37
tree4fa6b48addcb3416668a858528b8fdc3cd26ee98
parentf98fed632827610c80950fc201b7a5306968ffe9
Fix another PCM bug
CABAC assumes that NNZ is 0 or 1, not the number of actual nonzero coefficients.
Didn't actually break the output; only had a tiny effect on RD.
common/macroblock.c