Hook up VP8D_GET_LAST_REF_USED
authorJohn Koleszar <jkoleszar@google.com>
Fri, 27 Jan 2012 18:13:20 +0000 (10:13 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 27 Jan 2012 18:13:20 +0000 (10:13 -0800)
commit8be41bba809d41f567795ade9be900d6365b1f2d
tree6611e94d7f915d3f1bc159d1fbb45a845865c17c
parent83cef816fdb16d64be160d5b740a1b242fe3481e
Hook up VP8D_GET_LAST_REF_USED

Commit 892e23a5b introduced support for the VP8D_GET_LAST_REF_USED,
but missed the mapping of the control id to the underlying function,
so it was unavailable to applications.

In addition, the underlying function vp8_references_buffer() is
moved from common/postproc.c to decoder/onyxd_if.c as postproc.c is
not built in all configurations.

Change-Id: I426dd254e7e6c4c061b70d729b69a6c384ebbe44
vp8/common/postproc.c
vp8/decoder/onyxd_if.c
vp8/vp8_dx_iface.c