Bugfix in vp8dx_set_reference
authorHenrik Lundin <hlundin@google.com>
Wed, 1 Jun 2011 19:41:12 +0000 (21:41 +0200)
committerHenrik Lundin <hlundin@google.com>
Wed, 1 Jun 2011 19:41:12 +0000 (21:41 +0200)
commit69ba6bd142d77aea750902d686609ae1b7b33a9e
tree5f0a9d3742a7ee2cfdfbff8110fcff8cb7675050
parenta126cd176093beb7bb79f7f8d36e693fe49c8643
Bugfix in vp8dx_set_reference

The fb_idx_ref_cnt book-keeping was in error. Added an assert to
prevent future errors in the reference count vector. Also fixed a
pointer syntax error.

Change-Id: I563081090c78702d82199e407df4ecc93da6f349
vp8/decoder/onyxd_if.c