]> granicus.if.org Git - libvpx/commit
Moved vp8dx_get_raw_frame() call to vp8_get_frame()
authorScott LaVarnway <slavarnway@google.com>
Wed, 19 Sep 2012 19:30:44 +0000 (12:30 -0700)
committerScott LaVarnway <slavarnway@google.com>
Wed, 19 Sep 2012 19:30:44 +0000 (12:30 -0700)
commite278673c8eae8993eaec30d50e0dd5b25cbacd4a
tree9fb0b2057f096248d8b30c7f3f6908e4bb6f8661
parent154f1c22349070bba204d94100cf785f14db00da
Moved vp8dx_get_raw_frame() call to vp8_get_frame()

This change is necessary for the frame-based multithreading
implementation.
Since the postproc occurs in this call, vpxdec was modified to time around
vpx_codec_get_frame()

Change-Id: I389acf78b6003cd35e41becc16c893f7d3028523
vp8/vp8_dx_iface.c
vpxdec.c