]> granicus.if.org Git - libvpx/commit
Correctly capped minqtarget to maxq
authorAdrian Grange <agrange@google.com>
Tue, 31 Jan 2012 20:58:34 +0000 (12:58 -0800)
committerAdrian Grange <agrange@google.com>
Tue, 31 Jan 2012 20:58:34 +0000 (12:58 -0800)
commit3ff8c7d9689f3fd401251d1125475c91e89d78e7
treed9fb4984adfdaf59aa355892a39537be1ff07c5b
parentb72ab88d75868c2ff7aaf1c32cabb88f55e73a64
Correctly capped minqtarget to maxq

This line of code incorrectly set maxq = maxq rather than
capping minqtarget.

Change-Id: Ifbc86df8b0ff2779e7b2a5f7349724d04a18bd62
vp8/encoder/onyx_if.c