]> git.sesse.net Git - x264/commit
Fix quantization factor allocation
authorFiona Glaser <fiona@x264.com>
Tue, 21 Jan 2014 21:39:33 +0000 (13:39 -0800)
committerFiona Glaser <fiona@x264.com>
Tue, 21 Jan 2014 21:40:12 +0000 (13:40 -0800)
commite2a9662751180b7dd2fe538913282ee800445445
tree68e5ce10d615ba6d9abba7e7182657456cef4dab
parent8be6600d10a74ca241dbb27e096883ceed7b4082
Fix quantization factor allocation

We don't need to wastefully allocate quant tables above QP_MAX_SPEC; they're
never used.
common/common.h
common/set.c
tools/checkasm.c