]> granicus.if.org Git - libvpx/commit
fix a race condition caused by intra function pointer initialization
authorYunqing Wang <yunqingwang@google.com>
Tue, 3 Mar 2015 00:19:23 +0000 (16:19 -0800)
committerYunqing Wang <yunqingwang@google.com>
Tue, 3 Mar 2015 17:58:37 +0000 (09:58 -0800)
commit55639c383bdbdf8ce270ea6783f3a360b8efbfd3
tree33e5fb615a46d8eb4109cb84398b461f42907982
parent1790d45252efb29903baae3d1776bb24cee76558
fix a race condition caused by intra function pointer initialization

This patch fixed webm issue 962.
(https://code.google.com/p/webm/issues/detail?id=962)
The data races occurred when an encoder and a decoder were created
at the same time, and the function pointers were initialized twice.

Change-Id: I8851b753c4b4ad4767d6eea781b61f0ac9abb44b
vp9/common/vp9_reconintra.c