vp9_decodeframe: simplify tile_work_hook signature
authorJames Zern <jzern@google.com>
Sun, 31 Aug 2014 01:05:56 +0000 (18:05 -0700)
committerJames Zern <jzern@google.com>
Tue, 9 Sep 2014 02:53:46 +0000 (19:53 -0700)
commitf853117b87453927b3fda329dbf53d9005dc6038
tree76e8f64592471b4af9b62d932f3336988ec775ed
parent3610d0a3e03a3aebd16aabcb746e769f364ff224
vp9_decodeframe: simplify tile_work_hook signature

use the type names directly in the function declaration rather than
(void *arg1, void *arg2)

Change-Id: I3d1e6c42d384d8e628d7f2075fa561c2c5e20749
vp9/decoder/vp9_decodeframe.c