Inform caller of decoder about updated references
authorHenrik Lundin <hlundin@google.com>
Tue, 14 Dec 2010 13:05:06 +0000 (14:05 +0100)
committerHenrik Lundin <hlundin@google.com>
Fri, 17 Dec 2010 13:43:13 +0000 (14:43 +0100)
commit2a87491fb07221886c8c570e6b0b48f56855a2c7
treed4870496593cb691326da47863130137389eafa2
parent3809d7bbd984a763cf7f288a51c9924667addf4a
Inform caller of decoder about updated references

Inform the caller of the decoder if a decoded frame updated last,
golden, or altref frames, required for realtime communication
proposed in document VP8 RTP payload format.

Added a new vpx_codec_control called VP8D_GET_LAST_REF_UPDATES, to be
called after vpx_codec_decode. The control will indicate which of the
reference frames that were updated by setting the 3 LSBs in the input
int (pointer).

Change-Id: Iac9db60dac414356c7ffa0b0fede88cb91e11bd7
vp8/vp8_dx_iface.c
vpx/vp8dx.h