Fix the initial references to frame buffers.
authorFrank Galligan <fgalligan@google.com>
Wed, 4 Dec 2013 23:11:00 +0000 (15:11 -0800)
committerFrank Galligan <fgalligan@google.com>
Thu, 5 Dec 2013 00:53:18 +0000 (16:53 -0800)
commit9ed616a56cc32399d992ca0a3553cec9c3f5e041
tree0c73bc9c3600f3b9f23e4b0a6227e554b15c9a88
parentda2da79012c20dd85b6b459e5eb74c27f39916ea
Fix the initial references to frame buffers.

The old code would start in a mixed state, where all the reference
frames were pointing to frame buffer 0, but the reference counts
were 0. This is why we needed special code for the first frame.

Change-Id: I734961012917654ff8c0c8b317aac00ab75ded1a
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_onyxd_if.c