]> granicus.if.org Git - libvpx/commit
vp9_decodframe: limit scope of private function params
authorJames Zern <jzern@google.com>
Mon, 7 Oct 2013 10:38:06 +0000 (12:38 +0200)
committerJames Zern <jzern@google.com>
Mon, 21 Oct 2013 13:02:24 +0000 (15:02 +0200)
commit0aee867f00a2095eeb2333728768fe1e6dcbcf02
tree41d79c8d21a6562e1de5427ad678ac58f1ab32f8
parent27aec502ae10fa2012498711facd6d6f476ddc60
vp9_decodframe: limit scope of private function params

replace VP9D_COMP usage with the (slightly) more targeted
VP9_COMMON/MACROBLCKD structures.

Change-Id: I50d2579238d1a5d51ba5a82379266448ae64b24b
vp9/decoder/vp9_decodframe.c