ref: ea392d47142bfa6d2decf622487ca39b9d92e6f2
parent: 282b58006b97b0b35c3a20c55545251161aa5f35
author: Attila Nagy <attilanagy@google.com>
date: Tue May 22 10:19:10 EDT 2012
Fix another multithreaded encoder loopfilter race condition After a key frame encoding, the frame type could change while filtering is still going on. Pass the frame type as parameter to the loopfilter function and don't read it from common storage. vp8cx_set_alt_lf_level has to be done before packing the stream. Currently alt_lf_level is not used so there hasn't been any visible problem here. Change-Id: Ia114162158cd833c2b16e3b89303cc9c91f19165