]> granicus.if.org Git - libvpx/commit
Move frame allocations out of vp8_decode_frame()
authorScott LaVarnway <slavarnway@google.com>
Mon, 24 Sep 2012 19:44:45 +0000 (12:44 -0700)
committerScott LaVarnway <slavarnway@google.com>
Mon, 24 Sep 2012 19:44:45 +0000 (12:44 -0700)
commitf4316f39a142bc317c60ff73f9ee0aaa964be20d
tree78b7b228c8829fac42ffb827efe2ae0fb701744f
parente278673c8eae8993eaec30d50e0dd5b25cbacd4a
Move frame allocations out of vp8_decode_frame()

in order to make it easier to implement the frame-base multithreading.

Change-Id: Iea2fd05be34fa704848fdc7669bf167f2ed229c5
vp8/decoder/decodframe.c
vp8/decoder/onyxd_if.c
vp8/decoder/onyxd_int.h
vp8/decoder/threading.c
vp8/vp8_dx_iface.c