vp9_dthread: simplify loop_filter_row_worker 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)
commita5da7dea39d78c9d849406058df4231d50d474d6
tree6aee1114870f5baf42b291a59f23ad8a67c64d8e
parent48662747bd9218be1f56e796cab959f2371cfdaf
vp9_dthread: simplify loop_filter_row_worker signature

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

Change-Id: If8887e1dbcdf84842783a92f91668bef6223c9e5
vp9/decoder/vp9_dthread.c