]> granicus.if.org Git - libvpx/commit
write_kfmodes: use update_skip_probs()
authorJohn Koleszar <jkoleszar@google.com>
Tue, 9 Oct 2012 22:35:57 +0000 (15:35 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 9 Oct 2012 22:36:00 +0000 (15:36 -0700)
commitd94d2b75eaf607e9d8d8f19204b2c375e2da2b00
treea482b4c66b66a26a9671c9dc35fd53b0ae352233
parent54434bdba2003c316701bc409c50deffb9fd60e7
write_kfmodes: use update_skip_probs()

Use the common update_skip_probs() function rather than duplicating its
logic in write_kf_modes().

Change-Id: I2890a28f6907cb79ffe0fb21d20f0ef98b85cdd9
vp8/encoder/bitstream.c