]> granicus.if.org Git - libvpx/commit
Refactor the vp9_get_frame code for frame parallel.
authorhkuang <hkuang@google.com>
Fri, 23 May 2014 22:18:41 +0000 (15:18 -0700)
committerhkuang <hkuang@google.com>
Fri, 30 May 2014 17:37:00 +0000 (10:37 -0700)
commit6f5aba069a2c7ffb293ddce70219a9ab4a037441
treece886a08527b568e3049b0834e7ae1f1d7ea511d
parentad943aa817b78b73cfe63dcbc8737abe264b3c9c
Refactor the vp9_get_frame code for frame parallel.

In frame parallel decoding mode,  there will be still several frames inside
the decoder when application stop calling vpx_codec_decode to decode frames.
The application will need to keep calling vpx_codec_get_frame to get all the
remaining decoded frames in the decoder.

Change-Id: I2ce8260a91282f045bb9a6093ff8a606b1990f14
vp9/vp9_dx_iface.c